Two more minor warning fixes.
One about an integer conversion, and one about `memcpy` missing because we included `"string.h"` rather than `<string.h>`.
While at it, I also replaced one `#import` with an `#include` and removed another redundant `#include`.