summaryrefslogtreecommitdiff
path: root/sfc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sfc.c')
-rw-r--r--sfc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfc.c b/sfc.c
index c8ca74a..46a617b 100644
--- a/sfc.c
+++ b/sfc.c
@@ -9,7 +9,7 @@
#include <stdio.h>
#include <string.h>
-#include "ethtool-util.h"
+#include "internal.h"
#ifndef ARRAY_SIZE
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))