commit | 5d38067181b376bf487872c73a55c7c9f1089a18 | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Wed May 04 15:58:14 2022 -0700 |
committer | Ed Tanous <ed@tanous.net> | Mon May 09 17:33:17 2022 +0000 |
tree | 845b53b7835bdba50fe43d964978a9eb3906bd3f | |
parent | 8366f0b287c171bbe30dbdaf3ca855838036c329 [diff] |
Fix build issue for dbus-sdr Lack of "include what you use" on the storagecommands.cpp file was causing this to fail to compile. Add the include. Tested: Code builds with the dbus-sdr option enabled Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I6beb50f60b8e39b134d892d3f5f036441baed2e6
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.