commit | a6fb7a6f5cc88744d7cd948b05b3d90344c63749 | [log] [tgz] |
---|---|---|
author | Gaurav Shah <gauravsh@google.com> | Thu Mar 04 15:00:50 2010 -0800 |
committer | Gaurav Shah <gauravsh@google.com> | Thu Mar 04 15:00:50 2010 -0800 |
tree | ce882021d381af3cc51da9e234328f7d033cbcd6 | |
parent | cb3d22e971b04ebca00c63a640c7d3dca1010c13 [diff] [blame] |
Include missing header. This should fix the building error on the buildbot. Review URL: http://codereview.chromium.org/668100
diff --git a/utils/kernel_utility.cc b/utils/kernel_utility.cc index 4a90d3c..4e12c6d 100644 --- a/utils/kernel_utility.cc +++ b/utils/kernel_utility.cc
@@ -9,6 +9,7 @@ #include <errno.h> #include <getopt.h> +#include <stdio.h> #include <stdint.h> // Needed for UINT16_MAX. #include <stdlib.h> #include <unistd.h>