Chromium Code Reviews| Index: third_party/libxml/src/macos/src/macos_main.c |
| diff --git a/third_party/libxml/src/macos/src/macos_main.c b/third_party/libxml/src/macos/src/macos_main.c |
| index 4187dfc5ceddff0b1841d7eb6cc443962fce5c0c..262500038fbfbbe46f0ebd86a08af40763df18fe 100644 |
| --- a/third_party/libxml/src/macos/src/macos_main.c |
| +++ b/third_party/libxml/src/macos/src/macos_main.c |
| @@ -1 +1 @@ |
| -#include <GUSICommandLine.h> |
| +#include <GUSICommandLine.h> |
| #include <stdlib.h> |
| #undef main |
| DECLARE_MAIN(test) |
| REGISTER_MAIN_START |
| REGISTER_MAIN(test) |
| REGISTER_MAIN_END |
| int main() |
| { |
| (void) exec_commands(); |
| return 0; |
| } |