Typos
authornorly <ny-git@enpas.org>
Sun, 24 Mar 2013 14:10:15 +0000 (15:10 +0100)
committernorly <ny-git@enpas.org>
Sun, 24 Mar 2013 14:10:15 +0000 (15:10 +0100)
src/main.c
src/model/expandNobits.c

index 6fc5bc0d4c314bcf00a336d346cdc0abd5c774a8..06de642171fb2df3516719c7cc119e32a56068e5 100644 (file)
@@ -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);
index 7c146683bc90e6aa08e886a426aa122925cab757..6fae9fe0956cbfde90c17a1fe1eb5fe1e85d247a 100644 (file)
@@ -1,6 +1,7 @@
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <sys/types.h>
 #include <gelf.h>
 #include <libelfu/libelfu.h>