------------------------------------------------------------ revno: 4924 committer: Rene Hummen <[email protected]> branch nick: ipsec_esp timestamp: Tue 2010-09-07 13:40:26 +0200 message: added missing include Debug messages depend on compile-time setting, but config.h was not included. This up debug output of files including debug.h, but not including config.h itself or through an include chain. modified: lib/core/debug.h
-- lp:~rene-hummen/hipl/ipsec_esp https://code.launchpad.net/~rene-hummen/hipl/ipsec_esp Your team HIPL core team is subscribed to branch lp:~rene-hummen/hipl/ipsec_esp. To unsubscribe from this branch go to https://code.launchpad.net/~rene-hummen/hipl/ipsec_esp/+edit-subscription
=== modified file 'lib/core/debug.h' --- lib/core/debug.h 2010-08-19 09:32:20 +0000 +++ lib/core/debug.h 2010-09-07 11:40:26 +0000 @@ -31,6 +31,7 @@ #include <stdarg.h> #include <stdint.h> +#include "config.h" #include "protodefs.h" /* includes filename, line number and max(debug_prefix[]) */
_______________________________________________ Mailing list: https://launchpad.net/~hipl-core Post to : [email protected] Unsubscribe : https://launchpad.net/~hipl-core More help : https://help.launchpad.net/ListHelp

