From 7a042c8204628c573fc52d5fb4e4a5ba650b1604 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 15 Sep 2012 12:21:17 +0200 Subject: Include saldllapi.h explicitly where needed Change-Id: I7ba421479cd332e059ed9da1c6090e2df420347e --- sal/inc/rtl/digest.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sal/inc/rtl/digest.h') diff --git a/sal/inc/rtl/digest.h b/sal/inc/rtl/digest.h index c8640dfdfc7f..990a4a8a22d4 100644 --- a/sal/inc/rtl/digest.h +++ b/sal/inc/rtl/digest.h @@ -29,7 +29,10 @@ #ifndef _RTL_DIGEST_H_ #define _RTL_DIGEST_H_ -#include +#include "sal/config.h" + +#include "sal/saldllapi.h" +#include "sal/types.h" #ifdef __cplusplus extern "C" { -- cgit