blob: 529d994ef1228c666383fceb2d0de9094745ea76 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/apm_read.c
+++ b/apm_read.c
@@ -13,6 +13,7 @@
*/
#include <stdio.h>
+#include <stdlib.h> /* exit(), free() */
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
|