Ticket #5013: patch-paperconf.c

File patch-paperconf.c, 240 bytes (added by master@…, 19 years ago)

fix compilation warning (exit function undefined)

Line 
1--- src/paperconf.c.org 2004-10-23 13:53:15.000000000 +0400
2+++ src/paperconf.c     2005-09-16 23:18:59.000000000 +0400
3@@ -10,6 +10,7 @@
4 #include <stdio.h>
5 #include <string.h>
6 #include <errno.h>
7+#include <stdlib.h>
8 
9 #include <paper.h>
10