Fix potential include guard collisions

This commit is contained in:
Bob Polis 2024-12-20 13:45:17 +01:00
parent 8e96a119d0
commit 95ea63bbef

View File

@ -1,8 +1,8 @@
#ifndef VERSION_H_
#define VERSION_H_
#ifndef libsccolor_VERSION_H_
#define libsccolor_VERSION_H_
#include <string>
std::string libsccolor_version();
#endif // VERSION_H_
#endif // libsccolor_VERSION_H_