diff options
Diffstat (limited to 'sim/common/hw-properties.c')
-rw-r--r-- | sim/common/hw-properties.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/hw-properties.c b/sim/common/hw-properties.c index 3836aa7..f608ba9 100644 --- a/sim/common/hw-properties.c +++ b/sim/common/hw-properties.c @@ -22,14 +22,14 @@ /* This must come before any other includes. */ #include "defs.h" +#include <string.h> + #include "hw-main.h" #include "hw-base.h" #include "sim-io.h" #include "sim-assert.h" -#include <string.h> - /* property entries */ struct hw_property_data |