summaryrefslogtreecommitdiff
path: root/sal/systools
diff options
context:
space:
mode:
authorFlorian Bircher <florian.bi@gmx.net>2010-10-18 18:52:51 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-18 18:52:51 -0500
commit2fc1ad52be59faa01fb35caeec3d9592c2339600 (patch)
tree3e1c02fb3b2a0f166ac000a22512ef5e0bdb61dd /sal/systools
parent79893c32fb6105bcd891d9d671fc4351d6eee877 (diff)
add missing include
Diffstat (limited to 'sal/systools')
-rw-r--r--sal/systools/win32/kill/kill.cxx1
-rw-r--r--sal/systools/win32/onlineupdate/onlinecheck.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/sal/systools/win32/kill/kill.cxx b/sal/systools/win32/kill/kill.cxx
index 56a464c6448b..7c2122d3a32b 100644
--- a/sal/systools/win32/kill/kill.cxx
+++ b/sal/systools/win32/kill/kill.cxx
@@ -46,6 +46,7 @@
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
+#include <sal/macros.h>
#ifndef SIGNULL
#define SIGNULL 0
diff --git a/sal/systools/win32/onlineupdate/onlinecheck.cxx b/sal/systools/win32/onlineupdate/onlinecheck.cxx
index 25a2e579481a..b88cfcb361d2 100644
--- a/sal/systools/win32/onlineupdate/onlinecheck.cxx
+++ b/sal/systools/win32/onlineupdate/onlinecheck.cxx
@@ -33,6 +33,7 @@
#endif
#include <sal/types.h>
+#include <sal/macros.h>
#define WIN32_LEAN_AND_MEAN
#include <windows.h>