include stdlib.h (from Matthieu)

This commit is contained in:
jdv_cp 2009-03-18 14:33:50 -07:00
parent 297ab3c69f
commit e3432fd1b8
6 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,7 @@
//
// (C) Jan de Vaan 2007-2009, all rights reserved. See the accompanying "License.txt" for licensed use.
//
#include <stdlib.h> /* abs */
#ifndef CHARLS_CONTEXT

View File

@ -2,6 +2,7 @@
// (C) Jan de Vaan 2007-2009, all rights reserved. See the accompanying "License.txt" for licensed use.
//
#include <stdlib.h> /* abs */
#ifndef CHARLS_DEFAULTTRAITS
#define CHARLS_DEFAULTTRAITS

View File

@ -1,3 +1,5 @@
#include "stdafx.h"
#ifndef JLS_INTERFACE
#define JLS_INTERFACE

1
scan.h
View File

@ -6,6 +6,7 @@
#define CHARLS_SCAN
#include "lookuptable.h"
#include <stdlib.h> /* abs */
#ifdef _MSC_VER
#pragma warning (disable: 4127)

View File

@ -12,6 +12,7 @@
#endif
#include <stdio.h>
#endif
#include <assert.h>
#define ASSERT(t) assert(t)

1
util.h
View File

@ -8,6 +8,7 @@
#include <string.h>
#include <stdlib.h>
#undef NEAR