mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@73834 d073be05-634f-4543-b044-5fe20cf6d1d6
11 lines
244 B
C
11 lines
244 B
C
--- safe_string.c.orig 2003-02-27 15:23:45.000000000 +1100
|
|
+++ safe_string.c 2010-11-27 05:11:15.000000000 +1100
|
|
@@ -26,6 +26,7 @@
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <stdarg.h>
|
|
+#include <string.h>
|
|
|
|
#include "safe_string.h"
|
|
|