Snaipe / libcsptr

Smart pointers for the (GNU) C programming language
https://snai.pe/c/c-smart-pointers/
MIT License
1.57k stars 143 forks source link

missing common.h #10

Closed rellla closed 8 years ago

rellla commented 8 years ago

Hi, it seems, that the make && make install does not copy the common.h into the include directory, so that including smart_ptr.h in an application fails:

`In file included from vdpau_private.h:40:0, from handles.c:23: /usr/local/include/csptr/smart_ptr.h:29:21: fatal error: common.h: No such file or directory

include "common.h"

                 ^

compilation terminated.`

Copying common.h manually solved the problem here. The three other *.h are there ...

Regards rellla

Snaipe commented 8 years ago

Oh, right. This should now be fixed, thanks!