476ca0ea41
Signed-off-by: Artem Makhutov <artem@makhutov.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@28102 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
189 B
Diff
12 lines
189 B
Diff
--- a/src/racoon/isakmp.c
|
|
+++ b/src/racoon/isakmp.c
|
|
@@ -31,6 +31,8 @@
|
|
* SUCH DAMAGE.
|
|
*/
|
|
|
|
+#define __packed __attribute__((__packed__))
|
|
+
|
|
#include "config.h"
|
|
|
|
#include <sys/types.h>
|