[Commit] nickle ChangeLog,1.107,1.108 main.c,1.38,1.39

Keith Packard commit at keithp.com
Thu Dec 9 15:27:16 PST 2004


Committed by: keithp

Update of /local/src/CVS/nickle
In directory home.keithp.com:/tmp/cvs-serv545

Modified Files:
	ChangeLog main.c 
Log Message:
2004-12-09  Keith Packard  <keithp at keithp.com>

	reviewed by: Martin Hoch <hoch.martin at web.de>

	* main.c:
	Add #include <sys/time.h> as required for Mac OS X.


Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/nickle/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- ChangeLog	2 Dec 2004 05:28:36 -0000	1.107
+++ ChangeLog	9 Dec 2004 23:27:13 -0000	1.108
@@ -1,3 +1,10 @@
+2004-12-09  Keith Packard  <keithp at keithp.com>
+
+	reviewed by: Martin Hoch <hoch.martin at web.de>
+
+	* main.c:
+	Add #include <sys/time.h> as required for Mac OS X.
+
 2004-12-01  Keith Packard  <keithp at keithp.com>
 version 2.44
 

Index: main.c
===================================================================
RCS file: /local/src/CVS/nickle/main.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- main.c	29 Jul 2004 00:23:32 -0000	1.38
+++ main.c	9 Dec 2004 23:27:13 -0000	1.39
@@ -21,6 +21,10 @@
 #include	<signal.h>
 #include	<stdio.h>
 
+#if HAVE_SYS_TIME_H
+#include	<sys/time.h>
+#endif
+
 #if HAVE_SYS_RESOURCE_H
 #include	<sys/resource.h>
 #endif




More information about the Commit mailing list