diff options
Diffstat (limited to 'eepg.c')
-rw-r--r-- | eepg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -73,6 +73,7 @@ template <class T> T REALLOC(T Var, size_t Size) } using namespace std; +using namespace util; const char *optPats[] = { "%s", |