ports/net/poptop/patches/patch-compat_c

18 lines
288 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- compat.c.orig Wed Jan 5 12:01:51 2005
+++ compat.c Fri Nov 21 12:59:09 2008
@@ -12,6 +12,14 @@
#include "compat.h"
+#if HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+
+#if HAVE_STRING_H
+#include <string.h>
+#endif
+
#ifndef HAVE_STRLCPY
#include <string.h>
#include <stdio.h>