From 7081c09ed916b26715f5dad9b1628831070e2ae4 Mon Sep 17 00:00:00 2001 From: Kirill Isakov Date: Mon, 12 Jul 2021 16:48:58 +0600 Subject: [PATCH] src/getopt.h: add missing header guard (cherry picked from commit c97370e5714389ef44cd5682c0916fcc8daddeff) --- src/getopt.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.20.1