diff options
Diffstat (limited to 'src/quit.c')
-rw-r--r-- | src/quit.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,6 +16,11 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <stdio.h> +#include <unistd.h> + +#include "config.h" +#include "passphrase.h" #include "quit.h" |