add missing comma

This commit is contained in:
Axel Kohlmeyer
2020-09-04 00:45:41 -04:00
parent 18cea11100
commit 508b49c976

View File

@ -1,4 +1,4 @@
[
{ include: [ "<bits/types/struct_rusage.h>", private, "<sys/resource.h>", public ] }
{ include: [ "<bits/exception.h>", public, "<exception>", public ] }
{ include: [ "<bits/types/struct_rusage.h>", private, "<sys/resource.h>", public ] },
{ include: [ "<bits/exception.h>", public, "<exception>", public ] },
]