mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 21:14:32 +04:00
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>
|