소스 검색

Only once

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>