replaced <netpacket/packet.h> include by <linux/if_packet.h>
[senf.git] / senf / Utils / Console / Mainpage.dox
index 0e47516..8f81b1d 100644 (file)
@@ -60,7 +60,7 @@
     library. See above links for more:
 
     \code
-    #include <senf/Console.hh>
+    #include <senf/Utils/Console.hh>
 
     // Define callback function.
     void mycommand(std::ostream & os, int foo, int bar)