chiark / gitweb /
serialmgr: Look for things in /usr, not /usr/local
[sympathy.git] / src / project.h
index 1f46906f819113f6dfcd5a38d54e0fb86f360ac7..6d1abb4ad38fa469b1aeedd7c8b421db73b61adb 100644 (file)
@@ -1,17 +1,23 @@
-/*
+/* 
  * project.h:
  *
- * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
+ * Copyright (c) 2008 James McKenzie <sympathy@madingley.org>,
  * All rights reserved.
  *
  */
 
-/*
- * $Id$
+/* 
+ * $Id: project.h,v 1.11 2008/03/07 12:37:04 james Exp $
  */
 
-/*
- * $Log$
+/* 
+ * $Log: project.h,v $
+ * Revision 1.11  2008/03/07 12:37:04  james
+ * *** empty log message ***
+ *
+ * Revision 1.10  2008/02/22 14:51:54  james
+ * *** empty log message ***
+ *
  * Revision 1.9  2008/02/13 18:05:06  james
  * *** empty log message ***
  *
 #include <utmp.h>
 #include <pty.h>
 
+#include <stdarg.h>
+
 #include "sympathy.h"
 
 #endif /* __PROJECT_H__ */