1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Add config.h to http_upload.c

This commit is contained in:
James Booth 2016-10-02 22:52:17 +01:00
parent 01e89f41b7
commit 772a72b6e6

View File

@ -34,6 +34,8 @@
#define _GNU_SOURCE 1 #define _GNU_SOURCE 1
#include "config.h"
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>