From: Kirill Isakov Date: Mon, 12 Jul 2021 10:48:58 +0000 (+0600) Subject: src/getopt.h: add missing header guard X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=7081c09ed916b26715f5dad9b1628831070e2ae4;p=tinc src/getopt.h: add missing header guard (cherry picked from commit c97370e5714389ef44cd5682c0916fcc8daddeff) --- diff --git a/src/getopt.h b/src/getopt.h index e9a7040b..addee4f4 100644 --- a/src/getopt.h +++ b/src/getopt.h @@ -133,3 +133,5 @@ extern int _getopt_internal(); #endif #endif + +#endif /* TINC_GETOPT_H */