Include missing <string.h>

Update #2133.
This commit is contained in:
Sebastian Huber
2017-08-25 10:58:58 +02:00
parent 80a13ec48d
commit b2ed712d26
58 changed files with 67 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
#include <rtems.h>
#include <stdio.h>
#include <string.h>
#include <pci/cfg.h>
int pci_cfg_print_bus(struct pci_bus *bus);