summaryrefslogtreecommitdiff
path: root/source/common/acgetline.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/common/acgetline.c')
-rw-r--r--source/common/acgetline.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/common/acgetline.c b/source/common/acgetline.c
index a28aaf78d..dfc065389 100644
--- a/source/common/acgetline.c
+++ b/source/common/acgetline.c
@@ -119,6 +119,8 @@
#include "acparser.h"
#include "acdebug.h"
+#include <stdio.h>
+
/*
* This is an os-independent implementation of line-editing services needed
* by the AcpiExec utility. It uses getchar() and putchar() and the existing