minor fix for a missing include file

master
Michael Kluge 2012-01-03 20:27:09 +01:00
parent ef966f4ce0
commit caa3f0e224
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#define ERR(MSG) do { \
fprintf(stdout, "** error **\n"); \