src/getopt.h: add missing header guard
authorKirill Isakov <is-kir@ya.ru>
Mon, 12 Jul 2021 10:48:58 +0000 (16:48 +0600)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 12 Jul 2021 17:28:20 +0000 (19:28 +0200)
(cherry picked from commit c97370e5714389ef44cd5682c0916fcc8daddeff)

src/getopt.h

index e9a7040..addee4f 100644 (file)
@@ -133,3 +133,5 @@ extern int _getopt_internal();
 #endif
 
 #endif
+
+#endif /* TINC_GETOPT_H */