summaryrefslogtreecommitdiff
blob: 1ac3207a7c4fc981eb6e697c4a4719c08e1e188f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/rifiuti.c
+++ b/rifiuti.c
@@ -35,6 +35,8 @@
 #include <stdio.h>
 #include <time.h>
 #include <math.h>
+#include <stdlib.h>
+#include <string.h>
 
 #ifdef CYGWIN
 ssize_t pread( int d, void *buf, size_t nbytes, off_t offset) {