summaryrefslogtreecommitdiff
path: root/devel/opencvs/files/patch-xmalloc.c
blob: b8d2e940bc6ac12226fdbe7fbf57fe32c00ab488 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- xmalloc.c.orig	2015-05-04 09:15:45 UTC
+++ xmalloc.c
@@ -17,6 +17,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <sys/types.h>
 
 #include "log.h"
 #include "xmalloc.h"