X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fdropin.h;h=e2d5304fb874cf793bcb3c17f93bde502511ef73;hp=dc7dbee22aabb1791530d35e6972e5642bb8c09d;hb=d178b583df9fe2bf3ebb3a7377203efc5c46df32;hpb=68f4ca711593416d0defd81199b176ba604c6cb1 diff --git a/src/dropin.h b/src/dropin.h index dc7dbee2..e2d5304f 100644 --- a/src/dropin.h +++ b/src/dropin.h @@ -1,3 +1,6 @@ +#ifndef TINC_DROPIN_H +#define TINC_DROPIN_H + /* dropin.h -- header file for dropin.c Copyright (C) 2000-2005 Ivo Timmermans, @@ -18,9 +21,6 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __DROPIN_H__ -#define __DROPIN_H__ - #include "fake-getaddrinfo.h" #include "fake-getnameinfo.h" @@ -45,4 +45,4 @@ extern int gettimeofday(struct timeval *, void *); extern int usleep(long long); #endif -#endif /* __DROPIN_H__ */ +#endif