Use full path to frame.h. Patch in bug #10208 by unknown.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2642 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
2553ccfaaf
commit
9609cb0005
|
@ -24,7 +24,7 @@
|
|||
* Lex file for parsing res files
|
||||
*/
|
||||
|
||||
#include "frame.h"
|
||||
#include "lib/framework/frame.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
* Lex file for parsing string resource files
|
||||
*/
|
||||
|
||||
#include "frame.h"
|
||||
#include "lib/framework/frame.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue