projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fffec0d
)
src/getopt.h: add missing header guard
author
Kirill Isakov
<is-kir@ya.ru>
Mon, 12 Jul 2021 10:48:58 +0000
(16:48 +0600)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Mon, 12 Jul 2021 17:28:20 +0000
(19:28 +0200)
(cherry picked from commit
c97370e5714389ef44cd5682c0916fcc8daddeff
)
src/getopt.h
patch
|
blob
|
history
diff --git
a/src/getopt.h
b/src/getopt.h
index
e9a7040
..
addee4f
100644
(file)
--- a/
src/getopt.h
+++ b/
src/getopt.h
@@
-133,3
+133,5
@@
extern int _getopt_internal();
#endif
#endif
+
+#endif /* TINC_GETOPT_H */