OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Git Source Tree
Root/
| 1 | diff --git a/src/lib/mapfile.hpp b/src/lib/mapfile.hpp |
| 2 | index eedb1bc..300849a 100644 |
| 3 | --- a/src/lib/mapfile.hpp |
| 4 | +++ b/src/lib/mapfile.hpp |
| 5 | @@ -18,9 +18,9 @@ |
| 6 | class MapFile { |
| 7 | public: |
| 8 | MapFile(void) : |
| 9 | - data(NULL), |
| 10 | + data(NULL) |
| 11 | #ifdef HAVE_MMAP |
| 12 | - mmap_fd(-1) |
| 13 | + , mmap_fd(-1) |
| 14 | #elif defined(_WIN32) |
| 15 | hFile(0), |
| 16 | hFileMap(0) |
| 17 | diff --git a/src/utils.cpp b/src/utils.cpp |
| 18 | index 5e8d562..2e3e55e 100644 |
| 19 | --- a/src/utils.cpp |
| 20 | +++ b/src/utils.cpp |
| 21 | @@ -24,6 +24,8 @@ |
| 22 | |
| 23 | #include <glib.h> |
| 24 | #include <glib/gi18n.h> |
| 25 | +#include <stdio.h> |
| 26 | +#include <stdlib.h> |
| 27 | |
| 28 | #include "utils.hpp" |
| 29 | |
| 30 |
