openbsd-ports/x11/wmmenu/patches/patch-options_c

13 lines
313 B
Plaintext
Raw Normal View History

$OpenBSD: patch-options_c,v 1.1.1.1 2001/04/01 15:17:53 wilfried Exp $
--- options.c.orig Sat Feb 3 14:37:55 2001
+++ options.c Thu Mar 8 14:54:59 2001
@@ -4,7 +4,7 @@
#include <string.h>
#include <assert.h>
/* POSIX */
-#include <getopt.h>
+#include <unistd.h>
#include "options.h"
#include "version.h"