diff options
| author | Garrett D'Amore <garrett@damore.org> | 2016-12-12 03:42:26 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2016-12-12 03:42:26 -0800 |
| commit | 1adefe3879b211a47a784f477d56a9416ae72254 (patch) | |
| tree | cf017599969fb109d62981cbef56eeeef4d2b108 /src/core/panic.c | |
| parent | 091043a0df9568b18e9bb49b07762b95e3508108 (diff) | |
| download | nng-1adefe3879b211a47a784f477d56a9416ae72254.tar.gz nng-1adefe3879b211a47a784f477d56a9416ae72254.tar.bz2 nng-1adefe3879b211a47a784f477d56a9416ae72254.zip | |
New inproc transport.
Lots of supporting changes.
Diffstat (limited to 'src/core/panic.c')
| -rw-r--r-- | src/core/panic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/panic.c b/src/core/panic.c index 60c790ac..52dcb8c8 100644 --- a/src/core/panic.c +++ b/src/core/panic.c @@ -28,7 +28,7 @@ #include <execinfo.h> #endif -#include "nng_impl.h" +#include "core/nng_impl.h" /* * Panic handling. |
