Browse Source

libetc: Add patch file

master
Pekka Helenius 5 years ago
committed by GitHub
parent
commit
fe85411e8c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      libetc/patch_add_missing_header.patch

+ 10
- 0
libetc/patch_add_missing_header.patch View File

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

Loading…
Cancel
Save