ed2ad4c50d
A dockapp for Window Maker that provides a pop-up menu of icons that launch applications, like in AfterStep. The program can be run more than once at the same time, which allows many different menus, each one described in a separate file.
13 lines
313 B
Plaintext
13 lines
313 B
Plaintext
$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"
|