add stdint.h

This commit is contained in:
maralvira 2011-01-17 15:45:02 +00:00
parent 0445a4f78f
commit c78e1e345e

View file

@ -30,13 +30,14 @@
* This file is part of libmc1322x: see http://mc1322x.devl.org
* for details.
*
* $Id: bbmc.c,v 1.1 2010/06/10 14:55:39 maralvira Exp $
* $Id: bbmc.c,v 1.2 2011/01/17 15:45:02 maralvira Exp $
*/
/* control reset and VREF2 lines */
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <getopt.h>
#include <ftdi.h>