summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-30 13:30:41 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-02-06 23:43:46 +0100
commit3188988126be0cae3340fc132bd4caa3c9ea6485 (patch)
tree5c0a56cd04a7e0f6a61276ad3f8a7d75738c5c6b
parent42fbb3fc2b1a410075ba127dffe53654a0188545 (diff)
axgetput: Include util.h into utilc for the prototypes.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--ax25/axgetput/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ax25/axgetput/util.c b/ax25/axgetput/util.c
index 5501035..f781f74 100644
--- a/ax25/axgetput/util.c
+++ b/ax25/axgetput/util.c
@@ -7,6 +7,7 @@
#include "includes.h"
#include "axgetput.h"
+#include "util.h"
/* Use private function because some platforms are broken, eg 386BSD */