diff --git a/src/devices/point-to-point/wscript b/src/devices/point-to-point/wscript index e9861027d..31aa62ade 100644 --- a/src/devices/point-to-point/wscript +++ b/src/devices/point-to-point/wscript @@ -14,5 +14,6 @@ def build(bld): headers.source = [ 'point-to-point-net-device.h', 'point-to-point-channel.h', + 'ppp-header.h', ]