[Libevent-users] test/*.c files use installed header files not the ones from the package

Marc Lehmann libev at schmorp.de
Sat Nov 3 18:52:10 EDT 2007


during integration of libev into libevent, I found that the test/* files
include the *installed* header files instead of the ones from the package.

this doesn't work if there are any structure changes (obviously the structure
change in this case was going to libev).

fixing the #include <event.h> statements to use "" fixed this.

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      pcg at goof.com
      -=====/_/_//_/\_,_/ /_/\_\


More information about the Libevent-users mailing list