Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add uchar.h include
  • Loading branch information
diakopter committed Nov 27, 2011
1 parent 1216a2a commit 109e4aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ops/nqp.ops
Expand Up @@ -14,6 +14,10 @@ BEGIN_OPS_PREAMBLE
#include "../6model/serialization_context.h"
#include "pmc_sub.h"

#if PARROT_HAS_ICU
# include <unicode/uchar.h>
#endif

/* Did we do the dynop setup yet?
* XXX Relies on this happening once in a single thread at startup. */
static INTVAL initialized = 0;
Expand Down

0 comments on commit 109e4aa

Please sign in to comment.