Chromium Code Reviews| Index: ports/dosbox/nacl.patch |
| diff --git a/ports/dosbox/nacl.patch b/ports/dosbox/nacl.patch |
| index 77165537510c5d3fca4cf5bafae8d2ec932880bb..e2ccc47e2ae87f67855f4b142b92f6d694537950 100644 |
| --- a/ports/dosbox/nacl.patch |
| +++ b/ports/dosbox/nacl.patch |
| @@ -183,7 +183,7 @@ index 6bbc24c..cbe0662 100644 |
| return 0; |
| } |
| -+#if defined(__native_client__) && !defined(__GLIBC__) |
| ++#if defined(__native_client__) && defined(_NEWLIB_VERSION) |
| +#include <libgen.h> |
| +#include <assert.h> |
| + |