0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-04 18:45:52 +00:00
termux-packages/packages/nwipe/src-nwipe.c.patch
2022-12-01 10:45:38 +00:00

12 lines
229 B
Diff

--- a/src/nwipe.c
+++ b/src/nwipe.c
@@ -44,7 +44,7 @@
#include "temperature.h"
#include <sys/ioctl.h> /* FIXME: Twice Included */
-#include <sys/shm.h>
+#include <linux/shm.h>
#include <wait.h>
#include <parted/parted.h>