summary refs log tree commit diff
path: root/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'search.c')
-rw-r--r--search.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/search.c b/search.c
index 18a3695..4383f5d 100644
--- a/search.c
+++ b/search.c
@@ -17,8 +17,17 @@
  * $Id$
  */
 
+#include <sys/param.h>
+#include <sys/queue.h>
+
 #include <assert.h>
+#include <err.h>
+#include <errno.h>
 #include <fnmatch.h>
+#include <stdlib.h>
+#include <string.h>
+#include <stdio.h>
+#include <unistd.h>
 
 #include "calmwm.h"