diff options
Diffstat (limited to 'src/import/curl-util.h')
-rw-r--r-- | src/import/curl-util.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/import/curl-util.h b/src/import/curl-util.h index c249069ffa..eec53c9266 100644 --- a/src/import/curl-util.h +++ b/src/import/curl-util.h @@ -21,12 +21,13 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include <sys/types.h> #include <curl/curl.h> +#include <sys/types.h> -#include "hashmap.h" #include "sd-event.h" +#include "hashmap.h" + typedef struct CurlGlue CurlGlue; struct CurlGlue { |