summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bitmap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitmap.c b/bitmap.c
index cd9df8c77..302ee7900 100644
--- a/bitmap.c
+++ b/bitmap.c
@@ -14,6 +14,8 @@
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 */ 15 */
16 16
17#include "includes.h"
18
17#include <sys/types.h> 19#include <sys/types.h>
18#include <string.h> 20#include <string.h>
19#include <stdlib.h> 21#include <stdlib.h>