]> Savannah Git Hosting - gnulib.git/commitdiff
maint.mk: Fix include header typo.
authorCollin Funk <collin.funk1@gmail.com>
Tue, 20 Feb 2024 20:16:40 +0000 (12:16 -0800)
committerBruno Haible <bruno@clisp.org>
Tue, 20 Feb 2024 20:46:16 +0000 (21:46 +0100)
top/maint.mk: Change arpa_inet.h to arpa/inet.h.

ChangeLog
top/maint.mk

index ef069e2e945aafb6c091ccfdde48ef002f2bc0e7..32985d0abb5eb8a2bcbdb4866d6b8cb9319b490d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-02-20  Collin Funk  <collin.funk1@gmail.com>
+
+       maint.mk: Fix include header typo.
+       * top/maint.mk: Change arpa_inet.h to arpa/inet.h.
+
 2024-02-20  Bruno Haible  <bruno@clisp.org>
 
        *printf-posix: Avoid crash in a configure test.
index 227861993159892832b214fef6dc0bb81808ea68..c30e71ba6ec7223d61de422fc3013a8acf3a9e52 100644 (file)
@@ -541,7 +541,7 @@ sc_require_config_h_first:
 # Keep sorted.
 gl_prefer_angle_bracket_headers_ ?= \
   alloca.h             \
-  arpa_inet.h          \
+  arpa/inet.h          \
   assert.h             \
   ctype.h              \
   dirent.h             \