22 lines
347 B
Diff
22 lines
347 B
Diff
|
Subject: acct-axp.patch
|
||
|
|
||
|
---
|
||
|
accton.c | 1 +
|
||
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
||
|
|
||
|
diff --git a/accton.c b/accton.c
|
||
|
index eeb503d..4c8e2eb 100644
|
||
|
--- a/accton.c
|
||
|
+++ b/accton.c
|
||
|
@@ -21,6 +21,7 @@ MA 02139, USA.
|
||
|
|
||
|
#include "config.h"
|
||
|
|
||
|
+#include <stdlib.h>
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <sys/types.h>
|
||
|
--
|
||
|
1.7.7
|
||
|
|