diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-15 12:21:17 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-15 23:20:47 +0200 |
commit | 7a042c8204628c573fc52d5fb4e4a5ba650b1604 (patch) | |
tree | 6adedcd2dab0b548158654ef824b7d9e97b3c649 /sal/inc/rtl/digest.h | |
parent | e9689e4fdcf876e7bcaf564e060a3512e0fe9ef3 (diff) |
Include saldllapi.h explicitly where needed
Change-Id: I7ba421479cd332e059ed9da1c6090e2df420347e
Diffstat (limited to 'sal/inc/rtl/digest.h')
-rw-r--r-- | sal/inc/rtl/digest.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 <sal/types.h> +#include "sal/config.h" + +#include "sal/saldllapi.h" +#include "sal/types.h" #ifdef __cplusplus extern "C" { |