ZOOKEEPER-3025: cmake broken on windows - make `hashtable` search `include`
When ZOOKEEPER-2999 removed the directory side-effect of
`include_directories(include)`, and added it as a target-level include
to the `zookeeper` library, this broke the Windows build. It worked on
Linux (where the patch was tested) because `winconfig.h` and is not
included, but on Windows, the `hashtable` library included
`winconfig.h` (found in `include`) but no longer knew where to find
it. The fix is to add `include` to the `hashtable` library's list of
include directories.
Author: Andrew Schwartzmeyer <andrew@schwartzmeyer.com>
Reviewers: phunt@apache.org
Closes #505 from andschwa/ZOOKEEPER-3025
Change-Id: I657f8e234082068fb7adf56dad2d68cbb4bc1d31