OSX lacks getopt long support :(
[awesomized/libmemcached] / tests / cpp_example.cc
index 0b2037240c00b32398cd52d0fb96b46aa21fe78c..f84af7596e25759e9e55847508208793cb1cba37 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * An example file showing the usage of the C++ libmemcached interface.
  */
+#include <config.h>
 
 #include <vector>
 #include <string>
@@ -190,5 +191,5 @@ int main()
     ++it;
   }
 
-  return 0;
+  return EXIT_SUCCESS;
 }