]> Dogcows Code - chaz/openbox/commitdiff
Fixed missing includes
authorScott Moynes <smoynes@nexus.carleton.ca>
Fri, 23 May 2003 15:34:02 +0000 (15:34 +0000)
committerScott Moynes <smoynes@nexus.carleton.ca>
Fri, 23 May 2003 15:34:02 +0000 (15:34 +0000)
plugins/menu/fifo_menu.c

index e50810789898e5c2a92d6c2d8b51dc32f3a1ac9a..c4bc179e0fe6da7906dcb4a5ec4c375120921739 100644 (file)
@@ -4,6 +4,8 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <unistd.h>
+#include <string.h>
+#include <stdio.h>
 
 #include "kernel/menu.h"
 #include "kernel/event.h"
This page took 0.023958 seconds and 4 git commands to generate.