aboutsummaryrefslogtreecommitdiff
path: root/src/core/idhash.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-02-19 11:44:22 -0800
committerGarrett D'Amore <garrett@damore.org>2017-02-19 11:44:22 -0800
commit1981675919003f2ea01971bb4fccbe99c57a2caf (patch)
tree519b56e1bc66aca67d3cb1d87f01c9c270573d03 /src/core/idhash.h
parent5eae01c44c2daeddb778608cb48f188b48782c2e (diff)
downloadnng-1981675919003f2ea01971bb4fccbe99c57a2caf.tar.gz
nng-1981675919003f2ea01971bb4fccbe99c57a2caf.tar.bz2
nng-1981675919003f2ea01971bb4fccbe99c57a2caf.zip
Introduce new generic I/O event framework.
Diffstat (limited to 'src/core/idhash.h')
-rw-r--r--src/core/idhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/idhash.h b/src/core/idhash.h
index 4616ccde..088eac55 100644
--- a/src/core/idhash.h
+++ b/src/core/idhash.h
@@ -10,7 +10,7 @@
#ifndef CORE_IDHASH_H
#define CORE_IDHASH_H
-#include "core/nng_impl.h"
+#include "core/defs.h"
// We find that we often want to have a list of things listed by a
// numeric ID, which is generally monotonically increasing. This is