Use explicit libelf/* path in includes
[centaur.git] / src / main.c
index 6fc5bc0d4c314bcf00a336d346cdc0abd5c774a8..a3bf2711adb08132b912ffa72a7525778ad31dce 100644 (file)
@@ -2,8 +2,8 @@
 #include <stdlib.h>
 
 #include <getopt.h>
-#include <libelf.h>
-#include <gelf.h>
+#include <libelf/libelf.h>
+#include <libelf/gelf.h>
 
 #include <libelfu/libelfu.h>
 
@@ -39,7 +39,7 @@ int main(int argc, char **argv)
 
 
   /* Now that we have a (hopefully) sane environment, execute commands.
-   * Printing will ahve to be reimplemented based on the memory model.
+   * Printing will have to be reimplemented based on the memory model.
    */
   if (opts.printHeader) {
     printHeader(hIn.e);