aboutsummaryrefslogtreecommitdiffstats
path: root/kbfunc.c
diff options
context:
space:
mode:
Diffstat (limited to 'kbfunc.c')
-rw-r--r--kbfunc.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/kbfunc.c b/kbfunc.c
index 9e8691a..005d00c 100644
--- a/kbfunc.c
+++ b/kbfunc.c
@@ -15,11 +15,20 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: kbfunc.c,v 1.49 2009/12/15 03:34:34 okan Exp $
+ * $Id: kbfunc.c,v 1.50 2009/12/15 04:10:42 okan Exp $
*/
+#include <sys/param.h>
+#include <sys/queue.h>
+
#include <dirent.h>
+#include <err.h>
+#include <errno.h>
#include <paths.h>
+#include <stdlib.h>
+#include <string.h>
+#include <stdio.h>
+#include <unistd.h>
#include "calmwm.h"