Commit 0bf059d711ed998d452d13fb8fad154128740e83

Authored by Perry Werneck
1 parent a645e8b6
Exists in master and in 2 other branches develop, macos

Fixing windows registry tools.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/core/windows/registry.c
... ... @@ -32,6 +32,7 @@
32 32 * @brief Win32 Registry functions.
33 33 */
34 34  
  35 +#include <config.h>
35 36 #include <winsock2.h>
36 37 #include <windows.h>
37 38 #include <lib3270.h>
... ...