浏览代码

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>