X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fportab%2Fstrdup.c;h=adb19e7aa222b1ed9c38912f037fb6fab02d7fcf;hb=a13bb78b1e7adf7c261ac427341c397ef9a6a1ed;hp=795af7262ab61bbedbb09f797a5d72947427537a;hpb=51396f8f1c10506b558ce98aafb80aff4b2a95bd;p=ngircd-alex.git diff --git a/src/portab/strdup.c b/src/portab/strdup.c index 795af726..adb19e7a 100644 --- a/src/portab/strdup.c +++ b/src/portab/strdup.c @@ -11,13 +11,10 @@ #ifndef HAVE_STRDUP -#include "imp.h" #include #include #include -#include "exp.h" - GLOBAL char * strdup(const char *s) {