summaryrefslogtreecommitdiff
path: root/app/cwm/menu.c
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2009-12-15 04:10:43 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2009-12-15 04:10:43 +0000
commitd076ad7b7dd5e1dfe62494b61d98fd381f6fb440 (patch)
tree51fabc306ef4c35b80f93d89275a9d3c13a8125b /app/cwm/menu.c
parent114da96e5ad4b0cb9f88fd0612374188afb3efc1 (diff)
pull all non-X11 headers from calmwm.h and place them only where they
are required. encourged to go all the way by oga@
Diffstat (limited to 'app/cwm/menu.c')
-rw-r--r--app/cwm/menu.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/cwm/menu.c b/app/cwm/menu.c
index 1011a3227..96d65564f 100644
--- a/app/cwm/menu.c
+++ b/app/cwm/menu.c
@@ -15,6 +15,16 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include <sys/param.h>
+#include <sys/queue.h>
+
+#include <err.h>
+#include <errno.h>
+#include <stdlib.h>
+#include <string.h>
+#include <stdio.h>
+#include <unistd.h>
+
#include "calmwm.h"
#define PROMPT_SCHAR '»'