mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
fix: Add missing include guards to gflags/config.h
This commit is contained in:
parent
6bd636c964
commit
545e9df567
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
// Note: This header file is only used internally. It is not part of public interface!
|
||||
|
||||
#ifndef GFLAGS_CONFIG_H_
|
||||
#define GFLAGS_CONFIG_H_
|
||||
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// System checks
|
||||
|
||||
|
@ -110,3 +114,6 @@
|
|||
# endif
|
||||
# include "windows_port.h"
|
||||
#endif
|
||||
|
||||
|
||||
#endif // GFLAGS_CONFIG_H_
|
||||
|
|
Loading…
Add table
Reference in a new issue