added missing GEANY_HIGHLIGHTING_H

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@105 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2006-01-03 12:46:20 +00:00
parent 04c5ff3b61
commit 3833734cee

View File

@ -21,7 +21,8 @@
*/
#include "geany.h"
#ifndef GEANY_HIGHLIGHTING_H
#define GEANY_HIGHLIGHTING_H 1
typedef struct
@ -67,3 +68,4 @@ void styleset_conf(ScintillaObject *sci);
void styleset_asm(ScintillaObject *sci);
#endif