libcsa: Warning prevention

Remove 'implicit declaration' warnings by included correct ANSI C headers.
Correct some format strings for long ints.
This commit is contained in:
Peter Howkins
2012-08-22 11:53:08 +01:00
parent 20c107bce2
commit f6f54a4037
2 changed files with 4 additions and 2 deletions

View File

@@ -9,6 +9,8 @@
#include <EUSCompat.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <time.h>
#include "rerule.h"