diff options
Diffstat (limited to '')
-rw-r--r-- | src/string/strdup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/string/strdup.c b/src/string/strdup.c index c23548b..6a66c2c 100644 --- a/src/string/strdup.c +++ b/src/string/strdup.c @@ -16,6 +16,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <string.h> +#include <stdlib.h> |