mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-04 18:45:52 +00:00
12 lines
229 B
Diff
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>
|