[natsemi] Add missing #include <string.h>

This commit is contained in:
Michael Brown
2008-10-12 01:59:49 +01:00
parent 1641b5d39b
commit a1e11a6beb

View File

@@ -61,6 +61,7 @@
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <gpxe/io.h>
#include <errno.h>
#include <byteswap.h>