resilar / sqleet

SQLite3 encryption that sucks less
The Unlicense
375 stars 55 forks source link

Remove unused #include directive from crypto.c #16

Closed hasselmm closed 5 years ago

hasselmm commented 5 years ago

It doesn't seem needed for Linux, but fails compilation for Android.

resilar commented 5 years ago

It is there for the ioctl() call, but looks like unused because sqlite3.c includes sys/ioctl.h. Maybe we should use sys/ioctl.h instead of stropts.h since it does not seem to cause problems on Android.

I'm merging this and writing a complete cleanup of the #includes later.

And sorry for the late reply (my email is broken).