diff options
Diffstat (limited to 'translate-op.c')
-rw-r--r-- | translate-op.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/translate-op.c b/translate-op.c index b21a522..8104e86 100644 --- a/translate-op.c +++ b/translate-op.c @@ -24,6 +24,7 @@ #include <inttypes.h> #include "config.h" +#include "osdep.h" enum { #define DEF(s, n, copy_size) INDEX_op_ ## s, |