Added a missing include for utils/utils.h which has the function
prototype for StrDup(). Otherwise, use of StrDup() in the LEF read routine can cause an inscrutible crash.
This commit is contained in:
parent
cd32e39d58
commit
8183f72b00
|
|
@ -32,6 +32,7 @@ static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/
|
||||||
#include "tiles/tile.h"
|
#include "tiles/tile.h"
|
||||||
#include "utils/hash.h"
|
#include "utils/hash.h"
|
||||||
#include "utils/undo.h"
|
#include "utils/undo.h"
|
||||||
|
#include "utils/utils.h" /* For StrDup() */
|
||||||
#include "database/database.h"
|
#include "database/database.h"
|
||||||
#include "windows/windows.h"
|
#include "windows/windows.h"
|
||||||
#include "graphics/graphics.h"
|
#include "graphics/graphics.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue