Fixed guard in the lexer header.

This commit is contained in:
Yorick Peterse 2014-05-18 16:51:17 +02:00
parent 81a81f0ab0
commit 31ec76c90a
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#include "liboga.h"
#ifndef LIBOGA_XML_LEXER_H
#define LIBOGA_XML_LEXER_H
#include "liboga.h"
extern void Init_liboga_xml_lexer();
#endif