diff port/strndup.h @ 122:2d6c466e56dc

Add copies of strdup
author David Demelier <markand@malikania.fr>
date Tue, 28 Feb 2012 23:21:04 +0100
parents 0635f98a2227
children
line wrap: on
line diff
--- a/port/strndup.h	Tue Feb 28 22:21:50 2012 +0100
+++ b/port/strndup.h	Tue Feb 28 23:21:04 2012 +0100
@@ -16,8 +16,6 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <stdio.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif