aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2024-02-18 12:06:03 +0100
committerMartin Mares <mj@ucw.cz>2024-02-18 12:06:03 +0100
commite52b479ab014d41b5fc64a9858fc79f66e1901dc (patch)
tree66677cb4e18881f58ba587940d603b493697bafc
parent0128c5b1bcefd305e64aa54546295fc6a174f08a (diff)
downloadpciutils-e52b479ab014d41b5fc64a9858fc79f66e1901dc.tar.gz
lib/types.h makes NULL always available
-rw-r--r--lib/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/types.h b/lib/types.h
index b06ee08..260c981 100644
--- a/lib/types.h
+++ b/lib/types.h
@@ -9,6 +9,7 @@
*/
#include <sys/types.h>
+#include <stddef.h>
#ifndef PCI_HAVE_Uxx_TYPES