Skip to content

Commit

Permalink
include string.h for strncpy()
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj authored and richardcochran committed Nov 26, 2023
1 parent 458953c commit 6120cee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* @note SPDX-License-Identifier: GPL-2.0+
*/
#include <stdlib.h>
#include <string.h>
#include "interface.h"

struct interface {
Expand Down

0 comments on commit 6120cee

Please sign in to comment.