blob: e27c2a61aac670c3f98924910c616c935cd20777 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- region.c.orig
+++ region.c
@@ -70,6 +70,7 @@
* *
*****************************************************************/
+#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
|