diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-02-24 03:08:14 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-02-24 03:08:14 -0800 |
commit | 9f046527721ba1f1fa8cbc24485cda11b3158c25 (patch) | |
tree | 6c57fe727696214ac1472bfe8b1c9c31f6257c29 /diag-control.h | |
parent | 6e989d346714c8d1a7a697e951beb46949377cea (diff) |
We need pcap/compiler-tests.h in diag-control.h.
Diffstat (limited to 'diag-control.h')
-rw-r--r-- | diag-control.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/diag-control.h b/diag-control.h index 8ea6e4cb..073febce 100644 --- a/diag-control.h +++ b/diag-control.h @@ -35,6 +35,8 @@ #ifndef _diag_control_h #define _diag_control_h +#include "pcap/compiler-tests.h" + /* * Berkeley YACC gemerates a global declaration of yylval, or the * appropriately prefixed version of yylval, in grammar.h, *even |