diff options
-rw-r--r-- | src/test/update-warnings.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/update-warnings.h b/src/test/update-warnings.h index 05cf242..989f6a2 100644 --- a/src/test/update-warnings.h +++ b/src/test/update-warnings.h @@ -15,6 +15,9 @@ * You should have received a copy of the GNU General Public License * along with this library. If not, see <http://www.gnu.org/licenses/>. */ +#ifndef LIBGAMMA_TEST_UPDATE_WARNINGS_H +#define LIBGAMMA_TEST_UPDATE_WARNINGS_H + #include <libgamma.h> @@ -58,3 +61,6 @@ # endif #endif + +#endif + |