mirror of
https://github.com/Museum-of-Art-and-Digital-Entertainment/macross.git
synced 2024-12-27 14:29:23 +00:00
Include <string.h> instead of <strings.h>
This commit is contained in:
parent
ff868a98cb
commit
dfaf049859
@ -34,7 +34,7 @@
|
||||
#include "operandStuff.h"
|
||||
#include "semanticMisc.h"
|
||||
|
||||
#include <strings.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
/*
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "slinkyTypes.h"
|
||||
#include "slinkyGlobals.h"
|
||||
#include "slinkyExpressions.h"
|
||||
#include <strings.h>
|
||||
#include <string.h>
|
||||
|
||||
#define getSymbol() ((symbolType *)getNumber())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user