diff options
author | midipix <writeonce@midipix.org> | 2017-02-04 16:28:30 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-02-05 18:31:01 -0500 |
commit | e4625f4def03f960088b19eff184d019a5ead8a1 (patch) | |
tree | 970f97902a6c1dddc689973378419e1e23a1fd69 /project | |
parent | 24bd6abc40b1a16c771f1d90dd7838a9292d275f (diff) | |
download | mdso-e4625f4def03f960088b19eff184d019a5ead8a1.tar.bz2 mdso-e4625f4def03f960088b19eff184d019a5ead8a1.tar.xz |
project: PE definitions: added missing header references.
Diffstat (limited to 'project')
-rw-r--r-- | project/headers.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project/headers.mk b/project/headers.mk index d27416f..7c5de62 100644 --- a/project/headers.mk +++ b/project/headers.mk @@ -8,6 +8,8 @@ API_HEADERS = \ INTERNAL_HEADERS = \ $(PROJECT_DIR)/src/internal/argv/argv.h \ + $(PROJECT_DIR)/src/internal/perk/perk_consts.h \ + $(PROJECT_DIR)/src/internal/perk/perk_structs.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_driver_impl.h \ $(PROJECT_DIR)/src/internal/$(PACKAGE)_errinfo_impl.h \ |