X-Git-Url: http://git.indexdata.com/cgi-bin?a=blobdiff_plain;f=zlint%2Fmain.cpp;h=80a1560c8fe6c446118dea1f9e4b04618bb08215;hb=7c884670db16993b0fe9a0169fd27754572b5291;hp=f05e61a876b14927595dbafecd29463635f61811;hpb=7411ed6df7fc0b535f83503f73d70e80f390e295;p=yazpp-moved-to-github.git diff --git a/zlint/main.cpp b/zlint/main.cpp index f05e61a..80a1560 100644 --- a/zlint/main.cpp +++ b/zlint/main.cpp @@ -1,7 +1,10 @@ +#if HAVE_CONFIG_H +#include +#endif #include -#include -#include +#include +#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