Fixes a few more files that did not have a good config.h
[awesomized/libmemcached] / poll / poll.c
index d7a7d9c7d73710cb7580e40a8f4c2bf1d792e1d2..28156d1f7bd1163116618eed9cf17584a7182ade 100644 (file)
@@ -8,7 +8,7 @@
  * Summary: Implementation of poll by using select
  *
  */
-#include "config.h"
+#include "mem_config.h"
 
 #if defined(WIN32) || defined(__MINGW32__)
 # include <winsock2.h>