Skip to content
Snippets Groups Projects
Commit 7c82d31c authored by Diego Biurrun's avatar Diego Biurrun
Browse files

checkasm: Use standard multiple inclusion guards

parent 3d8025d6
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment