]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - include/util.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / include / util.h
index 722ba60654ad67bca581a367469bc142a8a8f28e..32df6c32cc1545d24b6535623c0a6ccf078eb35a 100644 (file)
@@ -6,8 +6,8 @@
  * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#ifndef SQUID_UTIL_H
-#define SQUID_UTIL_H
+#ifndef SQUID_INCLUDE_UTIL_H
+#define SQUID_INCLUDE_UTIL_H
 
 #if HAVE_ARPA_INET_H
 #include <arpa/inet.h>
@@ -40,5 +40,5 @@ extern void gb_flush(gb_t *);  /* internal, do not use this */
 
 SQUIDCEXTERN unsigned int RoundTo(const unsigned int num, const unsigned int what);
 
-#endif /* SQUID_UTIL_H */
+#endif /* SQUID_INCLUDE_UTIL_H */