summaryrefslogtreecommitdiffstats
path: root/lib/printf
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-06-07 15:26:46 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2019-06-07 15:29:45 +0200
commit3711fdb77c08f02156f4ee29d9bbd9790175faf4 (patch)
tree9b1012f1f609f3a9acf33a6ad77ea3a9b491f4c8 /lib/printf
parentlib, pimd, sharpd: Various output string cleanups (diff)
downloadfrr-3711fdb77c08f02156f4ee29d9bbd9790175faf4.tar.xz
frr-3711fdb77c08f02156f4ee29d9bbd9790175faf4.zip
lib: Include proper header
bcopy is being used in the new printf code. Let's actually include the proper header for it. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/printf')
-rw-r--r--lib/printf/printf-pos.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/printf/printf-pos.c b/lib/printf/printf-pos.c
index 399573e6c..1f5f283e8 100644
--- a/lib/printf/printf-pos.c
+++ b/lib/printf/printf-pos.c
@@ -54,6 +54,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <strings.h>
#include <wchar.h>
#include "printflocal.h"