From: Chih-Wei Huang Date: Tue, 12 Dec 2017 09:21:58 +0000 (+0800) Subject: Add the missing include X-Git-Tag: android-x86-8.1-r1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=refs%2Ftags%2Fandroid-x86-8.1-r6;p=android-x86%2Fexternal-eject.git Add the missing include To provide the prototypes of major and minor. --- diff --git a/eject.c b/eject.c index 5a149c6..569d5a4 100644 --- a/eject.c +++ b/eject.c @@ -77,6 +77,7 @@ #include #endif #include +#include /* Used by the ToggleTray() function. If ejecting the tray takes this * time or less, the tray was probably already ejected, so we close it