diff options
author | midipix <writeonce@midipix.org> | 2017-09-08 22:22:22 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-09-08 22:49:23 -0400 |
commit | a6563a605d7906252921503e89eae8da00eb599c (patch) | |
tree | f367db339390805ce4f63f329546a9494a70327f /project | |
parent | 14cb5f9e41e8f906499c50179cc768fddc9b10f8 (diff) | |
download | ntapi-a6563a605d7906252921503e89eae8da00eb599c.tar.bz2 ntapi-a6563a605d7906252921503e89eae8da00eb599c.tar.xz |
subsystem interfaces: integrated sysv msgqueue 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 c8d5a25..a89457b 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -27,6 +27,7 @@ API_HEADERS = \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_locale.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_memory.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_mount.h \ + $(SOURCE_DIR)/include/$(PACKAGE)/./nt_msq.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_object.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_os.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_pe.h \ |