added a few missing header files
authorkramm <kramm>
Tue, 13 Jan 2009 22:28:56 +0000 (22:28 +0000)
committerkramm <kramm>
Tue, 13 Jan 2009 22:28:56 +0000 (22:28 +0000)
lib/gocr/job.c

index eacb505..9cfb5d8 100644 (file)
@@ -18,6 +18,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
  see README for email address */
 
+#include <stdlib.h>
+#include <stdio.h>
+#include <memory.h>
 #include "pgm2asc.h"
 #include "gocr.h"