X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fstart.c;h=1f5d43e285a42da124d947a9e2d815ec3566b823;hb=dc421179c0d159f1ca8a6b2b64b89163a7e0c639;hp=e3f2a64c874dd4a3df0e0984eeaf59eebc8e2a6f;hpb=49a02c953ab03f71b819e7a5f68ef7a0e5857544;p=m6w6%2Flibmemcached diff --git a/tests/start.c b/tests/start.c index e3f2a64c..1f5d43e2 100644 --- a/tests/start.c +++ b/tests/start.c @@ -13,7 +13,7 @@ #include #include -#include "server.h" +#include int main(void) { @@ -25,5 +25,5 @@ int main(void) server_startup(&construct); - return 0; + return EXIT_SUCCESS; }