From 9040aa1b7084a24e75b63018812f88ae60dc3162 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Tue, 24 Jun 2025 14:34:39 -0400 Subject: [PATCH] Missed bit in lpt.c --- src/device/lpt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/device/lpt.c b/src/device/lpt.c index 179dc9a2d..11afc04f9 100644 --- a/src/device/lpt.c +++ b/src/device/lpt.c @@ -46,7 +46,9 @@ static const struct { {"text_prt", &lpt_prt_text_device }, {"dot_matrix", &lpt_prt_escp_device }, {"postscript", &lpt_prt_ps_device }, +#ifdef USE_PCL {"pcl", &lpt_prt_pcl_device }, +#endif {"plip", &lpt_plip_device }, {"dongle_savquest", &lpt_hasp_savquest_device }, {"", NULL }