Skip to content

Commit

Permalink
Fixed upstream compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeshkova committed Sep 29, 2014
1 parent 42117c6 commit 0b2c299
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions embedding/embedlite/tests/Makefile.in
Expand Up @@ -10,6 +10,10 @@ relativesrcdir = @relativesrcdir@

include $(DEPTH)/config/autoconf.mk

DEFINES += -DXPCOM_GLUE
# move me to common, when we link with common library
STL_FLAGS=

LOCAL_INCLUDES += -I$(topsrcdir)/xpcom/build

ifeq (1 ,$(MOZ_X11))
Expand Down
2 changes: 0 additions & 2 deletions embedding/embedlite/tests/embedLiteViewInitTest.cpp
Expand Up @@ -20,8 +20,6 @@
#endif /* MOZ_X11 */
#endif

#include "mozilla/mozalloc.h"

using namespace mozilla::embedlite;

static bool sDoExit = getenv("NORMAL_EXIT");
Expand Down

0 comments on commit 0b2c299

Please sign in to comment.