Skip to content
Snippets Groups Projects
Commit 2b7d75d2 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Add missing <string.h> includes.

Change-Id: I3d1ad54418f69f947e2d829d63b53d44581bfd86
parent d0984932
Branches
Tags
No related merge requests found
......@@ -22,6 +22,7 @@
#include <netutils/ifc.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
void die(const char *reason)
{
......
#include "dynarray.h"
#include <stdlib.h>
#include <limits.h>
#include <stdlib.h>
#include <string.h>
void
dynarray_init( dynarray_t *a )
......
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <errno.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment