]> andersk Git - udis86.git/commit
Wait to include system headers until we know they are wanted.
authorAnders Kaseorg <andersk@mit.edu>
Mon, 4 May 2009 22:45:13 +0000 (18:45 -0400)
committerAnders Kaseorg <andersk@mit.edu>
Mon, 4 May 2009 23:15:08 +0000 (19:15 -0400)
commitcc971d966c727745a61f4b5803131b487b667e33
treeb9bf077a81f2aedfc1c4c892c659c323bd2af75b
parentcd54c3402c445937dcf93b4315e30a6d6482a976
Wait to include system headers until we know they are wanted.

When building in the Linux kernel, __UD_STANDALONE__ is not defined
until types.h is included.  So we should wait to include system
headers like <stdlib.h> and <string.h> until we know __UD_STANDALONE__
will not be defined.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
libudis86/decode.c
libudis86/udis86.c
This page took 0.322548 seconds and 5 git commands to generate.