mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c6e9c24058
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
12 lines
244 B
Plaintext
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"
|