diff options
Diffstat (limited to 'src/pdispatch.c')
-rw-r--r-- | src/pdispatch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pdispatch.c b/src/pdispatch.c index 32753963..51f31725 100644 --- a/src/pdispatch.c +++ b/src/pdispatch.c @@ -1,8 +1,9 @@ #include <stdio.h> #include <stdlib.h> #include <assert.h> + #include "pdispatch.h" -#include "protocol-native-spec.h" +#include "native-common.h" #ifdef DEBUG_OPCODES |