Bug 479524 - TestAUSReadStrings fails to build on Mac OS X 10.4.8. r=rstrong

This commit is contained in:
Jeremy Lea 2009-02-20 18:02:29 -08:00
parent 18cf32512b
commit 06701539b8
2 changed files with 5 additions and 5 deletions

View File

@ -65,7 +65,7 @@ INI_TEST_FILES = \
LOCAL_INCLUDES += \
-I$(srcdir) \
-I$(topsrcdir)/toolkit/mozapps/update/src/updater \
-I$(topsrcdir)/toolkit/mozapps/update/src \
$(NULL)
MOZ_WINCONSOLE = 1

View File

@ -58,10 +58,10 @@
#include <stdio.h>
#include <string.h>
#include "resource.h"
#include "progressui.h"
#include "readstrings.h"
#include "errors.h"
#include "updater/resource.h"
#include "updater/progressui.h"
#include "updater/readstrings.h"
#include "updater/errors.h"
#ifndef MAXPATHLEN
# ifdef PATH_MAX