]> Pileus Git - lackey/blobdiff - src/util.c
Move drawing code to screen.c, work on day view
[lackey] / src / util.c
index 53f5cef71f691aa6b7ad3be9bd43520f9a609328..86bc3730701a21d2f5d1d4abc96a6929db769325 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 "date.h"
+#include "event.h"
 #include "screen.h"
 
 /* Static data */