header guard

master
Daniel Kolesa 2015-09-10 18:53:43 +01:00
parent b26452b42f
commit 9fa9d1424d
1 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,6 @@
#ifndef CUBESCRIPT_HH
#define CUBESCRIPT_HH
#include <stdio.h>
#include <stdlib.h>
@ -527,4 +530,6 @@ namespace util {
ostd::Size limit = -1);
}
} /* namespace cscript */
} /* namespace cscript */
#endif /* CUBESCRIPT_HH */