Last of the config.h mods...
#ifdef HAVE_CONFIG_H #include <config.h> #endif added to these files. Kent -- mein@cs.umn.edu
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
#include "NG_NetworkMessage.h"
|
||||
#include <assert.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
int NG_NetworkMessage::s_nextID = 3; // just some number to start with
|
||||
|
||||
NG_NetworkMessage::NG_NetworkMessage(
|
||||
|
Reference in New Issue
Block a user