diff options
author | chriseth <chris@ethereum.org> | 2018-12-13 01:41:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-13 01:41:58 +0800 |
commit | b014732c81cadabd40bdfe9cf8dcf9147a9141e7 (patch) | |
tree | 584738fc71f65b299d3bf32f31d9b5cc53168b13 /libsolc | |
parent | 17bf164afeb067d3570f0d253f059be6fb3aac4b (diff) | |
parent | c863cbf80de08d8ba3bbf5fdd9149f6bc6d2c9af (diff) | |
download | dexon-solidity-b014732c81cadabd40bdfe9cf8dcf9147a9141e7.tar.gz dexon-solidity-b014732c81cadabd40bdfe9cf8dcf9147a9141e7.tar.zst dexon-solidity-b014732c81cadabd40bdfe9cf8dcf9147a9141e7.zip |
Merge pull request #5638 from ethereum/header-guard
Add missing header guards
Diffstat (limited to 'libsolc')
-rw-r--r-- | libsolc/libsolc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libsolc/libsolc.h b/libsolc/libsolc.h index 4b0ec639..b58ee805 100644 --- a/libsolc/libsolc.h +++ b/libsolc/libsolc.h @@ -20,6 +20,8 @@ * Public compiler API. */ +#pragma once + #include <stdbool.h> #ifdef __cplusplus |