Ignore:
Timestamp:
Nov 19, 2009, 12:12:40 PM (16 years ago)
Author:
[email protected]
Message:

2009-11-19 Laszlo Gombos <Laszlo Gombos>

Reviewed by Darin Adler.

Remove HAVE(STRING_H) guard from JavaScriptCore
https://bugs.webkit.org/show_bug.cgi?id=31668

  • config.h:
  • runtime/UString.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/UString.cpp

    r51197 r51199  
    3636#include <stdio.h>
    3737#include <stdlib.h>
     38#include <string.h>
    3839#include <wtf/ASCIICType.h>
    3940#include <wtf/Assertions.h>
     
    4445#include <wtf/StringExtras.h>
    4546
    46 #if HAVE(STRING_H)
    47 #include <string.h>
    48 #endif
    4947#if HAVE(STRINGS_H)
    5048#include <strings.h>
Note: See TracChangeset for help on using the changeset viewer.