mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
4a613a348e
Feature safe: yes
11 lines
366 B
C++
11 lines
366 B
C++
--- restricted-plugin-ptw/aircrack-crypto.cc.orig 2010-05-24 11:40:15.000000000 +0200
|
|
+++ restricted-plugin-ptw/aircrack-crypto.cc 2010-05-24 11:39:34.000000000 +0200
|
|
@@ -21,6 +21,7 @@
|
|
#include <string.h>
|
|
#include <arpa/inet.h>
|
|
#include <assert.h>
|
|
+#include <stdint.h>
|
|
#include "aircrack-crypto.h"
|
|
#include "aircrack-crctable.h"
|
|
#include "aircrack-ptw2-lib.h"
|