1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11/wmmenu/files/patch-aa
Doug Barton c6e9c24058 Add wmmenu, "A dockapp for WindowMaker that provides a popup menu of
icons that launch applications." I made a few changes to the
originator's submission in order to make the example files work
out of the box with our default icon directory arrangement.

PR:		ports/22907
Submitted by:	Jeremy Karlson, karlj000@unbc.ca
2000-11-21 06:53:17 +00:00

12 lines
244 B
Plaintext

--- options.c.BACKUP Thu Nov 16 21:11:16 2000
+++ options.c Thu Nov 16 21:11:25 2000
@@ -4,7 +4,7 @@
#include <string.h>
#include <assert.h>
/* POSIX */
-#include <getopt.h>
+#include <unistd.h>
#include "options.h"
#include "version.h"