Code

add HAVE_GETOPT_H
authorishmal <ishmal@users.sourceforge.net>
Sat, 15 Jul 2006 12:55:08 +0000 (12:55 +0000)
committerishmal <ishmal@users.sourceforge.net>
Sat, 15 Jul 2006 12:55:08 +0000 (12:55 +0000)
src/inkview.cpp

index 495a943b75ee91fd87f162a9a8a333a5899806b5..3caed0df5643239faf3c24f5ae0e714454c6ed28 100644 (file)
 # include "config.h"
 #endif
 
+#ifdef HAVE_GETOPT_H
+#include <getopt.h>
+#endif
+
 #include <string.h>
 #include <sys/stat.h>
 #include <locale.h>