diff options
author | midipix <writeonce@midipix.org> | 2019-05-26 17:17:44 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-05-27 00:02:00 +0000 |
commit | b2a33c761e729f8d9b718d4e334de8142498f17b (patch) | |
tree | 56561092d0378fdffdec1e1210b2340aa3aafe00 /project | |
parent | e4f43ffd06ca7f5a22203cde13e85ca61ff10f91 (diff) | |
download | ntapi-b2a33c761e729f8d9b718d4e334de8142498f17b.tar.bz2 ntapi-b2a33c761e729f8d9b718d4e334de8142498f17b.tar.xz |
native api: added debug-related definitions.
Diffstat (limited to 'project')
-rw-r--r-- | project/headers.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk index 3e0e0ce..16c7962 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -13,6 +13,7 @@ API_HEADERS = \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_crc64.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_daemon.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_dalist.h \ + $(SOURCE_DIR)/include/$(PACKAGE)/./nt_debug.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_device.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_exception.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_file.h \ |