diff options
author | midipix <writeonce@midipix.org> | 2017-07-30 21:21:21 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-07-31 08:43:34 -0400 |
commit | 4a2e495c3aae5ba119844ba689c1eb282c1f49a8 (patch) | |
tree | 36fffb95ccc91f4360d701fee852c5f1af924e80 /project | |
parent | 7e3ebda55a15849f5cc1e7ab53edfeedd9fae635 (diff) | |
download | ntapi-4a2e495c3aae5ba119844ba689c1eb282c1f49a8.tar.bz2 ntapi-4a2e495c3aae5ba119844ba689c1eb282c1f49a8.tar.xz |
subsystem interfaces: integrated sysv semaphore 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 bb502bf..c8d5a25 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -37,6 +37,7 @@ API_HEADERS = \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_registry.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_section.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_security.h \ + $(SOURCE_DIR)/include/$(PACKAGE)/./nt_sem.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_slist.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_socket.h \ $(SOURCE_DIR)/include/$(PACKAGE)/./nt_stat.h \ |