diff options
author | venaas <venaas> | 2007-11-21 13:33:11 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2007-11-21 13:33:11 +0000 |
commit | ddddde8f5202c6ae5da26b19e2c6a84709b8ea4d (patch) | |
tree | 1fb4f7c1b3b0270ae0bab508e21c35d7eb9d0bbf /debug.h | |
parent | d4b43756398a2c9d82e23e3d0c174cee01de04b9 (diff) |
moved genericconfig to gconfig.c and reorganised header files
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@197 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ * copyright notice and this permission notice appear in all copies. */ +#include <stdint.h> + #define DBG_DBG 8 #define DBG_INFO 16 #define DBG_WARN 32 |