Bug 1028137 - Add missing headers in toolkit/xre/nsGDKErrorHandler.cpp. r=karlt

This commit is contained in:
Mike Hommey 2014-06-24 07:29:16 +09:00
parent cac162c613
commit f2d3a4fb98

View File

@ -8,7 +8,11 @@
#include <gtk/gtk.h>
#include <gdk/gdkx.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include "nsDebug.h"
#include "nsString.h"
#include "nsX11ErrorHandler.h"
#include "prenv.h"