blob: 3714b26e626ebc1675c8dfe652305f1414e897de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- region.c.orig 2002-09-21 12:43:01 UTC
+++ region.c
@@ -70,6 +70,7 @@ SOFTWARE.
* *
*****************************************************************/
+#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
|