diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-10-27 20:11:14 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-10-27 20:11:14 +0000 |
| commit | 13206849ea97d9572c0ea23981ee4c61df1ec702 (patch) | |
| tree | f1b581f636f49e30fb14d6a0247e4ec25a176030 /parser/parse.h | |
| parent | def76092b587e7e9a2b212dc5211773e336525e1 (diff) | |
add version info the library headers
Diffstat (limited to 'parser/parse.h')
| -rw-r--r-- | parser/parse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parser/parse.h b/parser/parse.h index 99780113..da754cbe 100644 --- a/parser/parse.h +++ b/parser/parse.h @@ -19,6 +19,8 @@ #ifndef __parse_h #define __parse_h +#include "version.h" + #include <libxml/parser.h> #include <glib.h> |
