blob: b6d9cf7707e65e1d88d97b0a3414e236d49d982d [file] [log] [blame]
Andrew Geissler87f5cff2022-09-30 13:13:31 -05001From d88aae2230683517b6d5b62cced51da81317a722 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Mon, 29 Aug 2022 22:37:14 -0700
4Subject: [PATCH] clif: Include string.h for mem* function prototypes
5
6Upstream-Status: Submitted [https://github.com/intel/openlldp/pull/86]
7Signed-off-by: Khem Raj <raj.khem@gmail.com>
8---
9 clif.c | 1 +
10 1 file changed, 1 insertion(+)
11
12diff --git a/clif.c b/clif.c
13index cad6f75..0758a7e 100644
14--- a/clif.c
15+++ b/clif.c
16@@ -32,6 +32,7 @@
17
18 #include <stdlib.h>
19 #include <stdio.h>
20+#include <string.h>
21 #include <unistd.h>
22 #include <sys/types.h>
23 #include <sys/socket.h>