]> git.puffer.fish Git - mirror/frr.git/commitdiff
lib: Include proper header
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 7 Jun 2019 13:26:46 +0000 (09:26 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 7 Jun 2019 13:29:45 +0000 (09:29 -0400)
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>
lib/printf/printf-pos.c

index 399573e6c1040f24953226ab1ca875ba025bab8f..1f5f283e82f69dee56bc25ded9a4d8bbfbe47287 100644 (file)
@@ -54,6 +54,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 #include <wchar.h>
 
 #include "printflocal.h"