Piotr Czajkowski преди 4 години
родител
ревизия
cf4ee0b924
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      curl.h
  2. 1 0
      sha.h

+ 1 - 0
curl.h

@@ -1,3 +1,4 @@
+#pragma once
 #include <stdlib.h>
 #include <string.h>
 #include <curl/curl.h>

+ 1 - 0
sha.h

@@ -1,3 +1,4 @@
+#pragma once
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>