]> git.draconx.ca Git - liblbx.git/commitdiff
Add missing <config.h> include to fops.c.
authorNick Bowler <nbowler@draconx.ca>
Tue, 21 Sep 2021 03:26:32 +0000 (23:26 -0400)
committerNick Bowler <nbowler@draconx.ca>
Tue, 21 Sep 2021 03:26:32 +0000 (23:26 -0400)
src/fops.c

index 2f35dc43d466778d1adf8fbd957d25c7a18108ba..521b50bd0a35cdaca3e7e2398a16ed0dfe1fc1fa 100644 (file)
@@ -16,6 +16,7 @@
  *  You should have received a copy of the GNU General Public License
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+#include <config.h>
 #include <stdio.h>
 #include <errno.h>
 #include <assert.h>