mozilla-implicit-declarations.patch
branchmozilla-1.9.2
changeset 299 9a09a02dff60
equal deleted inserted replaced
278:436c76ab5f25 299:9a09a02dff60
       
     1 # HG changeset patch
       
     2 # Parent e3c883f8276a5fd4afab00e226cf19031d6fc5ae
       
     3 diff --git a/gfx/qcms/iccread.c b/gfx/qcms/iccread.c
       
     4 --- a/gfx/qcms/iccread.c
       
     5 +++ b/gfx/qcms/iccread.c
       
     6 @@ -18,16 +18,17 @@
       
     7  // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 
       
     8  // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 
       
     9  // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
       
    10  // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
       
    11  
       
    12  #include <math.h>
       
    13  #include <assert.h>
       
    14  #include <stdlib.h>
       
    15 +#include <string.h>
       
    16  #include "qcmsint.h"
       
    17  
       
    18  //XXX: use a better typename
       
    19  typedef uint32_t __be32;
       
    20  typedef uint16_t __be16;
       
    21  
       
    22  #if 0
       
    23  not used yet