]> git.ozlabs.org Git - ppp.git/commitdiff
#include <linux/string.h> for mem*()
authorFrank Cusack <fcusack@fcusack.com>
Mon, 7 Jul 2003 08:23:43 +0000 (08:23 +0000)
committerFrank Cusack <fcusack@fcusack.com>
Mon, 7 Jul 2003 08:23:43 +0000 (08:23 +0000)
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)             \
 {                              \