Skip to content
Snippets Groups Projects
Commit ae79cb5a authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Add missing <string.h> includes."

parents d0984932 2b7d75d2
No related branches found
No related tags found
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