stdinc.h: fix build with mingw #122

Merged
maxinbjohn merged 1 commits from master into master 2017-07-16 18:21:46 +00:00

1 Commits (master)

Author SHA1 Message Date
Maxin B. John ea28c5b344 stdinc.h: fix build with mingw
Fixes this build error with mingw:
...
| compilation terminated.
| In file included from ../pkgconf-1.3.7/libpkgconf/libpkgconf.h:19:0,
| from ../pkgconf-1.3.7/libpkgconf/audit.c:16:
| ../pkgconf-1.3.7/libpkgconf/stdinc.h:36:12: fatal error: BaseTsd.h: No
such file or directory
| # include <BaseTsd.h>

Signed-off-by: Maxin B. John <maxin.john@intel.com>
2017-07-13 16:27:58 +03:00