Changeset 13089 in webkit for trunk/JavaScriptCore/kjs/ustring.cpp
- Timestamp:
- Mar 2, 2006, 1:12:06 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ustring.cpp
r12949 r13089 29 29 #include <stdio.h> 30 30 #include <ctype.h> 31 #if def HAVE_STRING_H31 #if HAVE(STRING_H) 32 32 #include <string.h> 33 33 #endif 34 #if def HAVE_STRINGS_H34 #if HAVE(STRINGS_H) 35 35 #include <strings.h> 36 36 #endif
Note:
See TracChangeset
for help on using the changeset viewer.