Changeset 53008 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.cpp
- Timestamp:
- Jan 8, 2010, 2:05:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.cpp
r52918 r53008 192 192 #if FORCE_SYSTEM_MALLOC 193 193 194 #include <stdlib.h>195 #if !OS(WINDOWS)196 #include <pthread.h>197 #else198 #include "windows.h"199 #endif200 201 194 namespace WTF { 202 195
Note:
See TracChangeset
for help on using the changeset viewer.