ossp-pkg/fsl/fsl.c 1.68 -> 1.69
--- fsl.c 2005/02/02 12:52:12 1.68
+++ fsl.c 2005/10/03 09:25:52 1.69
@@ -43,6 +43,9 @@
#include <dirent.h>
/* standard include we re-implement */
+#ifdef __hpux
+#define _XOPEN_SOURCE_EXTENDED
+#endif
#include <syslog.h>
/* third party (linked in) */
|
|