Skip to content

Commit

Permalink
ch13: fix compile error, uint32_t requires <stdint.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
koukaipan committed Aug 26, 2013
1 parent 793499a commit 91ec864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chapter13/isXen.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <stdio.h>
#include <stdint.h>
#include <sys/types.h>
#include <string.h>

Expand Down

0 comments on commit 91ec864

Please sign in to comment.