Update all header guards.
[oweals/tinc.git] / src / pidfile.h
index 590a7bc7977d2293b6c085653dbae316de895168..ed539e367913d48220b551847ea2a58e9b323aa1 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef TINC_PIDFILE_H
+#define TINC_PIDFILE_H
+
 /*
     pidfile.h - interact with pidfiles
     Copyright (c) 1995  Martin Schulze <Martin.Schulze@Linux.DE>
@@ -50,3 +53,5 @@ extern pid_t write_pid (const char *pidfile);
  */
 extern int remove_pid (const char *pidfile);
 #endif
+
+#endif