summaryrefslogtreecommitdiff
path: root/devel/picprog/files/patch-program.h
blob: 60f79eff7da45b23ea530c0caf77e2e76fbfe4c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- program.h.orig	Fri May 30 22:24:52 1997
+++ program.h	Tue Nov 19 12:40:53 2002
@@ -31,6 +31,8 @@
 #ifndef H_PROGRAM
 #define H_PROGRAM
 
+#include <unistd.h>
+#define HAVE_DECL_GETOPT 1
 #include <getopt.h>
 
 class program {