summaryrefslogtreecommitdiff
path: root/src/curlhelper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/curlhelper.c')
-rw-r--r--src/curlhelper.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/curlhelper.c b/src/curlhelper.c
index 57d2235..3c44f2c 100644
--- a/src/curlhelper.c
+++ b/src/curlhelper.c
@@ -16,10 +16,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#define _XOPEN_SOURCE 600
-#include <string.h>
-#include <stdlib.h>
-#include <sys/types.h>
+#include <string.h> /* for memcpy */
+#include <stdlib.h> /* for malloc, free */
#include "cmdline.h"