[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Mon Jan 26 17:48:16 CET 2004


CVS commit by staikos: 

ifdef, not if


  M +2 -2      stdinsource.cpp   1.6


--- kdeextragear-2/kst/kst/stdinsource.cpp  #1.5:1.6
@@ -25,9 +25,9 @@
 #include <unistd.h>
 
-#if TIME_WITH_SYS_TIME
+#ifdef TIME_WITH_SYS_TIME
 # include <sys/time.h>
 # include <time.h>
 #else
-# if HAVE_SYS_TIME_H
+# ifdef HAVE_SYS_TIME_H
 #  include <sys/time.h>
 # else





More information about the Kst mailing list