]> sourceware.org Git - newlib-cygwin.git/commitdiff
2009-20-10 Aleksey Chernov <virxkane@users.sourceforge.net>
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Fri, 20 Nov 2009 23:59:11 +0000 (23:59 +0000)
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Fri, 20 Nov 2009 23:59:11 +0000 (23:59 +0000)
        * include/sspi.h: Include ntsecapi.h to correct postgresql build error.

winsup/w32api/ChangeLog
winsup/w32api/include/sspi.h

index d9a5f5fa83a57fd56bb950d4db31fb92fdb7e174..50e91c962671ca31014f5cac11cbde7e0fd1db64 100644 (file)
@@ -1,3 +1,7 @@
+2009-20-10  Aleksey Chernov  <virxkane@users.sourceforge.net>
+
+       * include/sspi.h: Include ntsecapi.h to correct postgresql build error.
+
 2009-20-10  Heiko Hund  <heiko@ist.eigentlich.net>
 
        * include/commctrl.h (GetMUILanguage, InitMUILanguage): Add prototypes.
index 07639e84aa8c478d929b8defa96290760bbd8447..8881780cca1b192fb3fa024bc9e9a2cefbd48bc2 100644 (file)
@@ -4,6 +4,8 @@
 #pragma GCC system_header
 #endif
 
+#include <ntsecapi.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
This page took 0.037638 seconds and 5 git commands to generate.