]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/config/select_stdlib_config.hpp
Add forgotten test to distribution
[lyx.git] / boost / boost / config / select_stdlib_config.hpp
index f020482365e2ab3722288a8a77794c3ee25e77cf..96ede0022247247f9184ecef2bad3ecee8f7e52c 100644 (file)
 // First include <cstddef> to determine if some version of STLport is in use as the std lib
 // (do not rely on this header being included since users can short-circuit this header 
 //  if they know whose std lib they are using.)
-#include <cstddef>
+#ifdef __cplusplus
+#  include <cstddef>
+#else
+#  include <stddef.h>
+#endif
 
 #if defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION)
 // STLPort library; this _must_ come first, otherwise since