aboutsummaryrefslogtreecommitdiffstats
path: root/libcrecovery
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2011-06-27 11:02:44 -0700
committerKoushik Dutta <koushd@gmail.com>2011-06-27 11:02:44 -0700
commitaee5f85b296f1dec0546c0778605de68e5a25d1e (patch)
tree0778c956c95c2e97423dcfa8f0235e50afd68851 /libcrecovery
parenta42d2b1e2466f69be6d802cd6511c076e0285ad9 (diff)
downloadbootable_recovery-aee5f85b296f1dec0546c0778605de68e5a25d1e.zip
bootable_recovery-aee5f85b296f1dec0546c0778605de68e5a25d1e.tar.gz
bootable_recovery-aee5f85b296f1dec0546c0778605de68e5a25d1e.tar.bz2
fix up libreboot dependency to librebootrecovery
Change-Id: If39697943554538c938edaa478976eed9feb82d7
Diffstat (limited to 'libcrecovery')
-rw-r--r--libcrecovery/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrecovery/common.h b/libcrecovery/common.h
index bf83dd2..59af22e 100644
--- a/libcrecovery/common.h
+++ b/libcrecovery/common.h
@@ -1,6 +1,8 @@
#ifndef LIBCRECOVERY_COMMON_H
#define LIBCRECOVERY_COMMON_H
+#include <stdio.h>
+
int __system(const char *command);
FILE * __popen(const char *program, const char *type);
int __pclose(FILE *iop);