diff options
Diffstat (limited to 'gfx/src')
-rw-r--r-- | gfx/src/X11Util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/src/X11Util.h b/gfx/src/X11Util.h index 9f41882002..5112a84866 100644 --- a/gfx/src/X11Util.h +++ b/gfx/src/X11Util.h @@ -18,7 +18,7 @@ # error Unknown toolkit #endif -#include <string.h> // for memset +#include <string.h> // for memset namespace mozilla { |