aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 761df11..6b3ed54 100644
--- a/conf.c
+++ b/conf.c
@@ -15,9 +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: conf.c,v 1.74 2009/12/15 03:24:36 okan Exp $
+ * $Id: conf.c,v 1.75 2009/12/15 04:10:42 okan Exp $
*/
+#include <sys/param.h>
+#include <sys/queue.h>
+#include <sys/stat.h>
+
+#include <err.h>
+#include <errno.h>
+#include <stdlib.h>
+#include <string.h>
+#include <stdio.h>
+#include <unistd.h>
+
#include "calmwm.h"
#ifndef timespeccmp