Skip to content

Commit a7841b5

Browse files
authored
fix compile on OpenBSD (#108)
Add missing `<stdarg.h>`.
1 parent a4c4e40 commit a7841b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/dicom/dicom.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <stdbool.h>
22
#include <stdint.h>
33
#include <stdio.h>
4+
#include <stdarg.h>
45

56
#include "version.h"
67

0 commit comments

Comments
 (0)