]> mj.ucw.cz Git - pciutils.git/commitdiff
lib/types.h makes NULL always available
authorMartin Mares <mj@ucw.cz>
Sun, 18 Feb 2024 11:06:03 +0000 (12:06 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 18 Feb 2024 11:06:03 +0000 (12:06 +0100)
lib/types.h

index b06ee08f86ccd3532907fc83a85136195fa5186a..260c981c9397df323f50f8eb50ac0672c80d5ee7 100644 (file)
@@ -9,6 +9,7 @@
  */
 
 #include <sys/types.h>
+#include <stddef.h>
 
 #ifndef PCI_HAVE_Uxx_TYPES