зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1663613 - Add missing include directive in generated ErrorList.h. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D89432
This commit is contained in:
Родитель
ead5cef1e7
Коммит
c79903419a
|
@ -1227,6 +1227,8 @@ def error_list_h(output):
|
|||
#ifndef ErrorList_h__
|
||||
#define ErrorList_h__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
""")
|
||||
|
||||
output.write("#define NS_ERROR_MODULE_BASE_OFFSET {}\n".format(MODULE_BASE_OFFSET))
|
||||
|
|
Загрузка…
Ссылка в новой задаче