cmake: add missing header
[vpp.git] / src / vnet / CMakeLists.txt
index 7dde4f7..a10ec82 100644 (file)
@@ -1267,6 +1267,10 @@ list(APPEND VNET_SOURCES
   util/trajectory.c
 )
 
+list(APPEND VNET_HEADERS
+  util/throttle.h
+)
+
 ##############################################################################
 # QoS
 ##############################################################################