summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2014-11-01 16:17:19 +0100
committerMartin Mares <mj@ucw.cz>2014-11-01 16:17:19 +0100
commitdb8e009c169887b494be5f393f8b3a3eff346ca1 (patch)
treeeebb1d6b02de0874569fd2aae5e6e889c739c603
parentb7a807b416eca20b54ae433734f1bad89d8a6409 (diff)
downloadpciutils-db8e009c169887b494be5f393f8b3a3eff346ca1.tar.gz
Do not forget to include <stdio.h>
Suggested by John Spencer.
-rw-r--r--lib/names-net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/names-net.c b/lib/names-net.c
index 1601030..dfac785 100644
--- a/lib/names-net.c
+++ b/lib/names-net.c
@@ -8,6 +8,7 @@
#include <string.h>
#include <stdlib.h>
+#include <stdio.h>
#include "internal.h"
#include "names.h"