2015-06-05 03:33:11 +00:00
|
|
|
Fix a warning issued by musl libc headers
|
|
|
|
|
2015-07-04 08:34:17 +00:00
|
|
|
--- qtwebengine/src/3rdparty/chromium/base/files/file_util_posix.cc 2015-02-17 05:57:34.000000000 +0100
|
|
|
|
+++ qtwebengine/src/3rdparty/chromium/base/files/file_util_posix.cc 2015-06-05 12:20:48.831848404 +0200
|
2015-06-05 03:33:11 +00:00
|
|
|
@@ -12,7 +12,7 @@
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <string.h>
|
|
|
|
-#include <sys/errno.h>
|
|
|
|
+#include <errno.h>
|
|
|
|
#include <sys/mman.h>
|
|
|
|
#include <sys/param.h>
|
|
|
|
#include <sys/stat.h>
|