Fix compile on NetBSD

This commit is contained in:
Roy Marples
2009-05-05 16:39:59 +01:00
parent d441bf1585
commit 7c81f74b60
2 changed files with 1 additions and 5 deletions

View File

@@ -48,6 +48,7 @@
#include <limits.h>
#include <paths.h>
#include <regex.h>
#include <signal.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>