]> Joshua Wise's Git repositories - netwatch.git/commitdiff
move elf.h from elfload/ to include/
authorjacob <jacob@ainfvec.fac.cs.cmu.edu>
Wed, 10 Sep 2008 21:00:11 +0000 (17:00 -0400)
committerjacob <jacob@ainfvec.fac.cs.cmu.edu>
Wed, 10 Sep 2008 21:00:11 +0000 (17:00 -0400)
elfload/loader.c
include/elf.h [moved from elfload/elf.h with 100% similarity]

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>
similarity index 100%
rename from elfload/elf.h
rename to include/elf.h
This page took 0.025573 seconds and 4 git commands to generate.