about summary refs log tree commit diff stats
path: root/src/library_list.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-01-23 10:04:17 +0100
committerptitSeb <sebastien.chev@gmail.com>2025-01-23 10:04:26 +0100
commitb439817467cc122e51e155c60ce611aaf3a86671 (patch)
treed755243cbc020b57b20f6e6912efb7570e4ffd5d /src/library_list.h
parent276191cdcfb0338243b4368672c4eb9159b7a692 (diff)
downloadbox64-b439817467cc122e51e155c60ce611aaf3a86671.tar.gz
box64-b439817467cc122e51e155c60ce611aaf3a86671.zip
[WRAPPER] Added wrapped libpcap with new wrapper helper (should help #2282)
Diffstat (limited to 'src/library_list.h')
-rw-r--r--src/library_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library_list.h b/src/library_list.h
index f8ee0c17..ffec13ef 100644
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -192,6 +192,7 @@ GO("libvulkan.so", vulkan)
 GO("libgbm.so.1", gbm)
 GO("libgomp.so.1", gomp)
 GO("libcap.so.2", cap)
+GO("libpcap.so.0.8", pcap)
 GO("libkrb5.so.3", krb5)
 GO("libgssapi_krb5.so.2", gssapikrb5)
 GO("libgssapi.so.3", gssapi)