Fix potential include guard collisions
This commit is contained in:
parent
385e8fa772
commit
65c8c9fc3a
@ -1,8 +1,8 @@
|
||||
#ifndef VERSION_H_
|
||||
#define VERSION_H_
|
||||
#ifndef libscterm_VERSION_H_
|
||||
#define libscterm_VERSION_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
std::string libscterm_version();
|
||||
|
||||
#endif // VERSION_H_
|
||||
#endif // libscterm_VERSION_H_
|
||||
|
Loading…
x
Reference in New Issue
Block a user