Bump year
[yazpp-moved-to-github.git] / zlint / main.cpp
index 9dc8aab..80a1560 100644 (file)
@@ -1,3 +1,6 @@
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
 #include <stdlib.h>
 
 #include <yazpp/pdu-assoc.h>
@@ -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