]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
* lib/xalloc.h: Fix previous commit by adding missing include.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 Apr 2021 17:58:40 +0000 (10:58 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 7 Apr 2021 17:59:09 +0000 (10:59 -0700)
lib/xalloc.h

index 230ea9d203adf5e331ef3f3b58e91fbc543750ca..b08ab4e077c08761ace00ca69a7b95187500c343 100644 (file)
@@ -23,6 +23,7 @@
 
 #if GNULIB_XALLOC
 # include "idx.h"
+# include "intprops.h"
 # include "xalloc-oversized.h"
 #endif