Various compilation scripts & patches for Linux programs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
196 B

  1. --- a/libetc.c
  2. +++ b/libetc.c
  3. @@ -22,6 +22,7 @@
  4. #define _GNU_SOURCE
  5. #include <dlfcn.h>
  6. #include <stdio.h>
  7. +#include <stdlib.h>
  8. #include <sys/types.h>
  9. #include <string.h>
  10. #include <dirent.h>