Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[natsemi] Add missing #include <string.h>
  • Loading branch information
Michael Brown committed Oct 12, 2008
1 parent 1641b5d commit a1e11a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/net/natsemi.c
Expand Up @@ -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>
Expand Down

0 comments on commit a1e11a6

Please sign in to comment.