diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-23 05:51:23 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-23 05:51:23 +0100 |
commit | 0e673d09e77f3c0848f924ed9eb92baa10df4677 (patch) | |
tree | c53860fe71f17fb9a881a1454780d164ec8c2674 /compat/msdun.c | |
parent | 1dd19eef3bc5f44f9adc5f2c34325bfa43067352 (diff) |
Make functions static and fix includes
Diffstat (limited to 'compat/msdun.c')
-rw-r--r-- | compat/msdun.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/msdun.c b/compat/msdun.c index 1ef559f1..a395234c 100644 --- a/compat/msdun.c +++ b/compat/msdun.c @@ -37,6 +37,7 @@ #include <string.h> #include "lib.h" +#include "dund.h" #define MS_PPP 2 #define MS_SUCCESS 1 |