Commit 7c82d31c authored by Diego Biurrun's avatar Diego Biurrun

checkasm: Use standard multiple inclusion guards

parent 3d8025d6
......@@ -20,8 +20,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef CHECKASM_H
#define CHECKASM_H
#ifndef TESTS_CHECKASM_CHECKASM_H
#define TESTS_CHECKASM_CHECKASM_H
#include <stdint.h>
#include "config.h"
......@@ -167,4 +167,4 @@ void checkasm_checked_call(void *func, ...);
#define bench_new(...) while(0)
#endif
#endif
#endif /* TESTS_CHECKASM_CHECKASM_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment