diff options
Diffstat (limited to 'psi/psitop.c')
-rwxr-xr-x | psi/psitop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psi/psitop.c b/psi/psitop.c index e2d1a50f6..4c02a3a60 100755 --- a/psi/psitop.c +++ b/psi/psitop.c @@ -23,7 +23,7 @@ #include "gdebug.h" #include "gp.h" #include "gserrors.h" -#include "../gs/src/errors.h" /* FIXME: Microsoft seems to pull in <errors.h> */ +#include "../gs/base/errors.h" /* FIXME: MSVC seems to pull in <errors.h> */ #include "gstypes.h" #include "gsmemory.h" #include "gsmalloc.h" |