Colby Klein пре 4 година
родитељ
комит
1d76c22840
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/std/debug.c

+ 1 - 1
src/std/debug.c

@@ -20,7 +20,7 @@
  * DEALINGS IN THE SOFTWARE.
  */
 #include <hl.h>
-#ifdef HL_LINUX
+#if defined(HL_LINUX) && (defined(__i386__) || defined(__x86_64__))
 #	include <sys/ptrace.h>
 #	include <sys/wait.h>
 #	include <sys/user.h>