diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2005-09-27 11:43:37 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2005-09-27 11:43:37 +0000 | 
| commit | ca1b11b40db46287fc63024d5bb824d9695c1b67 (patch) | |
| tree | 2a9256118860cec9aa15a017951d16917018f1b6 | |
| parent | c5d50b815bb5a30ad1d9b8f59fa33115513845e1 (diff) | |
Include the stdint.h header file
| -rw-r--r-- | tools/csrinit.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tools/csrinit.c b/tools/csrinit.c index 07310175..5d939539 100644 --- a/tools/csrinit.c +++ b/tools/csrinit.c @@ -32,6 +32,7 @@  #include <stdio.h>  #include <errno.h> +#include <stdint.h>  #include <getopt.h>  #include <usb.h> | 
