2 changed files with
2 additions and
0 deletions
-
1
0
curl.h
-
1
0
sha.h
|
@@ -1,3 +1,4 @@
|
|
|
+#pragma once
|
|
|
#include <stdlib.h>
|
|
|
#include <string.h>
|
|
|
#include <curl/curl.h>
|
|
@@ -1,3 +1,4 @@
|
|
|
+#pragma once
|
|
|
#include <stdio.h>
|
|
|
#include <stdlib.h>
|
|
|
#include <string.h>
|