]> git.ozlabs.org Git - ppp.git/blobdiff - linux/mppe/arcfour.c
Run ntlm_auth as the user that invoked pppd.
[ppp.git] / linux / mppe / arcfour.c
index 35b3f42eb7b1abfb9237272990365018c3b5389e..97ae00659b1e1ad870879e1e0d412410ead5c977 100644 (file)
@@ -12,6 +12,9 @@
  */
 
 #include "arcfour.h"
+#if defined(__linux__)
+#include <linux/string.h>
+#endif
 
 #define swap(a, b)             \
 {                              \