X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zlint%2Fmain.cpp;h=80a1560c8fe6c446118dea1f9e4b04618bb08215;hb=217e153abe5e9c5aae6ef74a839bf01d30e295d3;hp=9dc8aabc56ba6f532a5ae671a5c2a4f96ab12716;hpb=0cc824e02bc2c69986bec8c9dd9ff53f07a0cd3d;p=yazpp-moved-to-github.git diff --git a/zlint/main.cpp b/zlint/main.cpp index 9dc8aab..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 @@ -53,6 +56,7 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab