summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/init/ntux_init_ldso.c2
-rw-r--r--src/init/ntux_init_vrfs.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/init/ntux_init_ldso.c b/src/init/ntux_init_ldso.c
index 11b0fce..56ac404 100644
--- a/src/init/ntux_init_ldso.c
+++ b/src/init/ntux_init_ldso.c
@@ -4,6 +4,8 @@
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
+#define PE_LDSO
+
#include <psxtypes/psxtypes.h>
#include <pemagine/pemagine.h>
#include <ntapi/ntapi.h>
diff --git a/src/init/ntux_init_vrfs.c b/src/init/ntux_init_vrfs.c
index 08c1fef..ea86631 100644
--- a/src/init/ntux_init_vrfs.c
+++ b/src/init/ntux_init_vrfs.c
@@ -4,6 +4,8 @@
/* Released under GPLv2 and GPLv3; see COPYING.NTUX. */
/***********************************************************/
+#define PE_LDSO
+
#include <psxtypes/psxtypes.h>
#include <pemagine/pemagine.h>
#include <ntapi/ntapi.h>