Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 diff --git a/src/util.h b/src/util.h | |
| 2 index 64c2d04..02be5bf 100644 | |
| 3 --- a/src/util.h | |
| 4 +++ b/src/util.h | |
| 5 @@ -23,6 +23,10 @@ | |
| 6 #ifndef __MTP__UTIL__H | |
| 7 #define __MTP__UTIL__H | |
| 8 | |
| 9 +#ifdef HAVE_CONFIG_H | |
| 10 +#include "config.h" | |
| 11 +#endif | |
| 12 + | |
| 13 void data_dump(FILE *f, void *buf, uint32_t nbytes); | |
| 14 void data_dump_ascii (FILE *f, void *buf, uint32_t n, uint32_t dump_boundry); | |
| 15 #ifndef HAVE_STRNDUP | |
| OLD | NEW |