]> Pileus Git - lackey/blobdiff - src/util.c
Rename stuff
[lackey] / src / util.c
index 53f5cef71f691aa6b7ad3be9bd43520f9a609328..24a8f3706f0108d2bcc06e07af1cd34e20774414 100644 (file)
@@ -1,4 +1,5 @@
 /*
+#include <string.h>
  * Copyright (C) 2012 Andy Spencer <andy753421@gmail.com>
  * 
  * This program is free software: you can redistribute it and/or modify
  */
 
 #include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
 #include <ncurses.h>
 
-#include "screen.h"
+#include "date.h"
+#include "cal.h"
+#include "view.h"
 
 /* Static data */
 static FILE *debug_fd = NULL;