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
11 lines
244 B
Text
11 lines
244 B
Text
--- 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"
|