Don't include the internal header.

Use a standard header to include instead.
This commit is contained in:
Jason Felds
2013-04-29 19:17:30 -04:00
parent 9e7a9a76c7
commit 71d993ee39
+1 -1
View File
@@ -44,7 +44,7 @@ extern "C" int SM_main( int argc, char *argv[] );
#define HAVE_BYTE_SWAPS
// Define the work around if needed.
#include <bits/c++config.h>
#include <unistd.h>
#include <stdint.h>
#if _GLIBCXX_USE_C99
# define NEED_CSTDLIB_WORKAROUND