]> Joshua Wise's Git repositories - netwatch.git/blobdiff - elfload/loader.c
move elf.h from elfload/ to include/
[netwatch.git] / elfload / loader.c
index a231c85f3ac501900c28e5dd0368483e6ddeb3dc..c70571d9aa38866d89f880fcf1301e859657997f 100644 (file)
@@ -1,6 +1,6 @@
 #include <string.h>
 #include <stdio.h>
-#include "elf.h"
+#include "../include/elf.h"
 #include <stdlib.h>
 #include <unistd.h>
 #include <errno.h>
This page took 0.016311 seconds and 4 git commands to generate.