Changeset 237114 in webkit


Ignore:
Timestamp:
Oct 15, 2018, 8:51:59 AM (7 years ago)
Author:
ddkilzer@apple.com
Message:

REGRESSION (r237084): JavaScriptCore fails to build on Linux
<https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10949>

  • llint/LLIntSettingsExtractor.cpp: Attempt to fix build by

including <stdio.h>.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r237110 r237114  
     12018-10-14  David Kilzer  <ddkilzer@apple.com>
     2
     3        REGRESSION (r237084): JavaScriptCore fails to build on Linux
     4        <https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10949>
     5
     6        * llint/LLIntSettingsExtractor.cpp: Attempt to fix build by
     7        including <stdio.h>.
     8
    192018-10-15  Alex Christensen  <achristensen@webkit.org>
    210
  • trunk/Source/JavaScriptCore/llint/LLIntSettingsExtractor.cpp

    r237084 r237114  
    2727
    2828#include "LLIntOfflineAsmConfig.h"
     29#include <stdio.h>
    2930
    3031int main(int, char**)
Note: See TracChangeset for help on using the changeset viewer.