1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-25 22:50:32 -04:00
ports/devel/picprog/files/patch-program.h
2002-11-19 01:40:28 +00:00

11 lines
230 B
C++

--- 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 {