17 lines
437 B
C
17 lines
437 B
C
--- lib/libxview/frame/fm_impl.h.orig 2005-03-28 06:41:27.000000000 -0800
|
|
+++ lib/libxview/frame/fm_impl.h 2012-02-02 17:15:19.460301420 -0800
|
|
@@ -19,9 +19,14 @@
|
|
/* standard includes */
|
|
#ifndef FILE
|
|
#if !defined(SVR4) && !defined(__linux__) && !defined(__CYGWIN__)
|
|
+#ifdef NULL
|
|
#undef NULL
|
|
+#endif
|
|
#endif /* SVR4 */
|
|
#include <stdio.h>
|
|
+#ifndef NULL
|
|
+#define NULL 0
|
|
+#endif
|
|
#endif /* FILE */
|
|
#include <sys/time.h>
|
|
#ifdef OW_I18N
|