Add missing comma

This commit is contained in:
Jack Lloyd 2020-12-08 10:15:48 -05:00
parent 64d9b001de
commit 71bfcb8c9c
1 changed files with 1 additions and 1 deletions

View File

@ -1473,7 +1473,7 @@ fn test_android(target: &str) {
// Include linux headers at the end:
headers! { cfg:
"asm/mman.h",
"linux/auxvec.h"
"linux/auxvec.h",
"linux/dccp.h",
"linux/errqueue.h",
"linux/falloc.h",