Skip to content
Snippets Groups Projects
Commit 189a0585 authored by Niels Möller's avatar Niels Möller
Browse files

Include string.h.

Rev: src/sftp/xmalloc.c:1.2
parent 3f09492a
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include "xmalloc.h" #include "xmalloc.h"
#include <stdio.h> #include <stdio.h>
#include <string.h>
void * void *
xmalloc(size_t size) xmalloc(size_t size)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment