X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zlint%2Fmain.cpp;h=80a1560c8fe6c446118dea1f9e4b04618bb08215;hb=32a5aaaa9a78f9ee028090496a85c3aa8526ea27;hp=a2a20cf07758530867d8841f0ede9a9bfa855107;hpb=6b22d0543d41bec8626f3ae7ac866bcab7de44bd;p=yazpp-moved-to-github.git diff --git a/zlint/main.cpp b/zlint/main.cpp index a2a20cf..80a1560 100644 --- a/zlint/main.cpp +++ b/zlint/main.cpp @@ -1,3 +1,6 @@ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -9,7 +12,7 @@ int main(int argc, char **argv) { SocketManager mySocketManager; Zlint z(new PDU_Assoc(&mySocketManager)); - + if (argc > 1) z.set_host(argv[1]); else